]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump actions/upload-artifact from 3.1.1 to 3.1.2 3415/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 9 Jan 2023 05:10:50 +0000 (05:10 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 05:10:50 +0000 (05:10 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/dev-long-tests.yml
.github/workflows/scorecards.yml

index f75f61f8e39dfdbae381361cd4a3e929d3f5ca69..7726daafa363a761ed4d52fbde624eb7b9c7b98f 100644 (file)
@@ -279,7 +279,7 @@ jobs:
         dry-run: false
         sanitizer: ${{ matrix.sanitizer }}
     - name: Upload Crash
-      uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
+      uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # tag=v3.1.2
       if: failure() && steps.build.outcome == 'success'
       with:
         name: ${{ matrix.sanitizer }}-artifacts
index afdf4d63fb4b28340199f5fad7c5d162998aa911..fbddeb1a6519fe6ecb3e4f9e785a2b2ba33f89ba 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@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
+        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # tag=v3.1.2
         with:
           name: SARIF file
           path: results.sarif