From 214e2e9ac269ce5d4487ffc5cda1f94e9da0b71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:18:49 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/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/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bleeding.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index e2f7b2fc0..b67a44cf5 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -51,7 +51,7 @@ jobs: shell: bash if: failure() - name: Upload screenshots - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "end2end-screenshots-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.image }}" path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb29c1080..345f8c7f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: shell: bash if: failure() - name: Upload screenshots - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "end2end-screenshots-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.image }}" path: | @@ -273,7 +273,7 @@ jobs: shell: bash if: failure() - name: Upload screenshots - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "end2end-screenshots-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.testenv }}-${{ matrix.os }}" path: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 93fc12e0d..1f509c391 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -72,7 +72,7 @@ jobs: echo "sha_short=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" shell: bash - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "qutebrowser-nightly-${{ steps.info.outputs.date }}-${{ steps.info.outputs.sha_short }}-${{ matrix.name }}" path: |