From 502f3e141f6eb68bf6fb8a0ebf30bc55f2010537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:10:00 -0400 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates (#4356) Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-copr.yml | 2 +- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-homebrew.yml | 6 +++--- .github/workflows/ci-linux.yml | 4 ++-- .github/workflows/ci-windows.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/update-pages.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index 43e01f53..001d382d 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts pattern: build-* diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 73d03f78..526f95a3 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -203,7 +203,7 @@ jobs: tar -czf ./artifacts/flathub.tar.gz -C ./flathub . - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-Linux-Flatpak-${{ matrix.arch }} path: artifacts/ diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 55beaaa9..6943ff98 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -127,7 +127,7 @@ jobs: - name: Upload Artifacts if: matrix.release - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-Homebrew path: homebrew/ @@ -196,7 +196,7 @@ jobs: matrix.release != true && (steps.test.outcome == 'success' || steps.test.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-Homebrew-${{ matrix.os_name }}-${{ matrix.os_version }} path: | @@ -225,7 +225,7 @@ jobs: - name: Upload Artifacts (Beta) if: matrix.release - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: beta-Homebrew path: homebrew/ diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index b6c89ab6..21387634 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -198,7 +198,7 @@ jobs: if: >- always() && (steps.test_report.outcome == 'success') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-Linux-${{ matrix.name }} path: | @@ -207,7 +207,7 @@ jobs: if-no-files-found: error - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-Linux-${{ matrix.name }} path: artifacts/ diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 6a9f46ae..247da720 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -316,7 +316,7 @@ jobs: if: >- always() && (steps.test_report.outcome == 'success') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-${{ matrix.name }} path: | @@ -339,7 +339,7 @@ jobs: a "../artifacts/Sunshine-${{ matrix.name }}-debuginfo.7z" "*.dbg" - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-${{ matrix.name }} path: artifacts/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684bb11b..b8b71727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: uses: actions/checkout@v5 - name: Download coverage artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: coverage-${{ matrix.name }} path: _coverage @@ -195,7 +195,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts pattern: build-* @@ -228,7 +228,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download homebrew artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: beta-Homebrew path: homebrew diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 030033ca..b8f6cfb3 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: prep path: gh-pages-template/