]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump actions/upload-artifact from 1 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Jul 2023 19:15:36 +0000 (19:15 +0000)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Jul 2023 23:14:25 +0000 (01:14 +0200)
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/fuzz.yml

index 1287cca666a492219b1d6da3e84c9ce52b772760..c9b1f275ca498572e7d72eba0a1098adb71940e4 100644 (file)
@@ -30,7 +30,7 @@ jobs:
           fuzz-seconds: 300
           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