]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/upload-artifact from 6 to 7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Mar 2026 18:12:51 +0000 (18:12 +0000)
committerGitHub <noreply@github.com>
Sun, 1 Mar 2026 18:12:51 +0000 (18:12 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/cifuzz.yml

index a2aa5635e955fb8dd7834a33a1c42623faf73de0..858066071266d58a5d78ed0796179f21634ea142 100644 (file)
@@ -52,7 +52,7 @@ jobs:
           dry-run: false
           sanitizer: ${{ matrix.sanitizer }}
       - name: Upload Crash
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         if: failure() && steps.build.outcome == 'success'
         with:
           name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts