]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/upload-artifact from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Jan 2026 18:05:04 +0000 (18:05 +0000)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 18:05:04 +0000 (18:05 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...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>
.github/workflows/cifuzz.yml

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