]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build(deps): bump actions/upload-artifact from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Nov 2025 18:05:54 +0000 (18:05 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Nov 2025 18:05:54 +0000 (18:05 +0000)
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] <support@github.com>
.github/workflows/cifuzz.yml

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