build(deps): bump actions/upload-artifact from 3 to 4 (#1915)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-15 17:50:06 -05:00 committed by GitHub
parent 88fc8f845b
commit 4c984cacb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -251,7 +251,7 @@ jobs:
../artifacts/sunshine_debug_${{ matrix.arch }}.flatpak dev.lizardbyte.sunshine.Debug' ../artifacts/sunshine_debug_${{ matrix.arch }}.flatpak dev.lizardbyte.sunshine.Debug'
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: sunshine-linux-flatpak-${{ matrix.arch }} name: sunshine-linux-flatpak-${{ matrix.arch }}
path: artifacts/ path: artifacts/
@ -483,7 +483,7 @@ jobs:
./appimagelint-x86_64.AppImage ./artifacts/sunshine.AppImage ./appimagelint-x86_64.AppImage ./artifacts/sunshine.AppImage
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: sunshine-linux-${{ matrix.type }}-${{ matrix.dist }} name: sunshine-linux-${{ matrix.type }}-${{ matrix.dist }}
path: artifacts/ path: artifacts/
@ -551,7 +551,7 @@ jobs:
# mv ./cpack_artifacts/Sunshine.dmg ../artifacts/sunshine-bundle.dmg # mv ./cpack_artifacts/Sunshine.dmg ../artifacts/sunshine-bundle.dmg
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: sunshine-macos name: sunshine-macos
path: artifacts/ path: artifacts/
@ -676,7 +676,7 @@ jobs:
echo "::endgroup::" echo "::endgroup::"
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: sunshine-macports name: sunshine-macports
path: artifacts/ path: artifacts/
@ -771,7 +771,7 @@ jobs:
a "../artifacts/sunshine-debuginfo-win32.zip" "*.exe" a "../artifacts/sunshine-debuginfo-win32.zip" "*.exe"
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: sunshine-windows name: sunshine-windows
path: artifacts/ path: artifacts/

View File

@ -395,7 +395,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
if: ${{ steps.prepare.outputs.artifacts == 'true' }} if: ${{ steps.prepare.outputs.artifacts == 'true' }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: Docker${{ matrix.tag }} name: Docker${{ matrix.tag }}
path: artifacts/ path: artifacts/

View File

@ -65,7 +65,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
if: failure() if: failure()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: clang-format-fixes name: clang-format-fixes
path: ${{ steps.find_files.outputs.found_files }} path: ${{ steps.find_files.outputs.found_files }}

View File

@ -39,7 +39,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: gh-pages name: gh-pages
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn` if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`