diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 397ee3d8..60c91f8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -130,7 +130,7 @@ jobs: wget https://github.com/TheAssassin/appimagelint/releases/download/continuous/appimagelint-x86_64.AppImage && chmod +x appimagelint-x86_64.AppImage && ./appimagelint-x86_64.AppImage ./sunshine/sunshine.AppImage - name: Upload Artifacts if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: sunshine-appimage path: artifacts/ @@ -181,7 +181,7 @@ jobs: sudo mv ./sunshine-${{ matrix.distro }}-build/sunshine-${{ matrix.distro }}.${{ matrix.extension }} ../artifacts/ - name: Upload Artifacts if: ${{ matrix.package == '-p' && ( github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ) }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: sunshine-${{ matrix.distro }} path: artifacts/ @@ -245,7 +245,7 @@ jobs: move "sunshine-windows-build\sunshine-windows.zip" "artifacts" - name: Upload Artifacts if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: sunshine-windows path: artifacts/ diff --git a/.github/workflows/clang.yml b/.github/workflows/clang.yml index 37299687..2ab2f600 100644 --- a/.github/workflows/clang.yml +++ b/.github/workflows/clang.yml @@ -29,7 +29,7 @@ jobs: - name: Upload Artifacts if: ${{ matrix.inplace == true }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: sunshine path: sunshine/