]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump actions/upload-artifact from 1 to 3 3340/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 8 Dec 2022 18:39:58 +0000 (18:39 +0000)
committerGitHub <noreply@github.com>
Thu, 8 Dec 2022 18:39:58 +0000 (18:39 +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/dev-long-tests.yml
.github/workflows/scorecards.yml

index ac34c7165e5dbecec4412e4989fe54010e74fd71..dc1c5b355440bc5879ee1535297b41de681cb77e 100644 (file)
@@ -279,7 +279,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
index 1c19b48b2ccd744ec574dede27b1e7bece9f6788..e3d9a2e54c2468bed56d9d4afa64ebe950920c40 100644 (file)
@@ -51,7 +51,7 @@ jobs:
       # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
       # format to the repository Actions tab.
       - name: "Upload artifact"
-        uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
+        uses: actions/upload-artifact@v3 # tag=v3.0.0
         with:
           name: SARIF file
           path: results.sarif