Bump actions/upload-artifact from 4 to 6 (#1253)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2026-02-21 21:35:00 +01:00 committed by Marc Kreidler
parent debc0e4878
commit 43c700b98c
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ jobs:
- -
name: Upload digest name: Upload digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: digests-${{ matrix.platform-slug }} name: digests-${{ matrix.platform-slug }}
path: /tmp/digests/* path: /tmp/digests/*

View file

@ -99,7 +99,7 @@ jobs:
- -
name: Upload digest name: Upload digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: digests-${{ matrix.platform-slug }} name: digests-${{ matrix.platform-slug }}
path: /tmp/digests/* path: /tmp/digests/*