]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
build(deps): bump actions/upload-artifact from 3 to 4 4375/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Dec 2023 13:13:10 +0000 (13:13 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 13:13:10 +0000 (13:13 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

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

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

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