]> git.proxmox.com Git - mirror_lxc.git/commitdiff
build(deps): bump actions/upload-artifact from 1 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 9 Jun 2022 06:01:55 +0000 (06:01 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2022 06:01:55 +0000 (06:01 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)

---
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 aa20d152a8c9eba002b83502f2dfb8d39c999e8e..355c714ad3ffbd32a189b1b09514b81776c9ee85 100644 (file)
@@ -34,7 +34,7 @@ jobs:
           dry-run: false
           sanitizer: ${{ matrix.sanitizer }}
       - name: Upload Crash
-        uses: actions/upload-artifact@v1
+        uses: actions/upload-artifact@v3
         if: failure() && steps.build.outcome == 'success'
         with:
           name: ${{ matrix.sanitizer }}-artifacts