]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump actions/upload-artifact from 3.1.3 to 4.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Dec 2023 05:26:39 +0000 (05:26 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 05:26:39 +0000 (05:26 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...c7d193f32edcb7bfad88892161225aeda64e9392)

---
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
.github/workflows/windows-artifacts.yml

index dbef98982d9dc4ee64af7d76330a5f561e4ba969..4a47c9c89b6f9758cd4f31b53d03a3b6f0f85671 100644 (file)
@@ -290,7 +290,7 @@ jobs:
         dry-run: false
         sanitizer: ${{ matrix.sanitizer }}
     - name: Upload Crash
-      uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # tag=v3.1.3
+      uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # tag=v4.0.0
       if: failure() && steps.build.outcome == 'success'
       with:
         name: ${{ matrix.sanitizer }}-artifacts
index 7518519dcc35c4f72a571df77502a2a6b89077d8..2d698967d8593aec232a518b4412568753b02e37 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # tag=v3.1.3
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # tag=v4.0.0
         with:
           name: SARIF file
           path: results.sarif
index 70c2d163b0ecdbc73721a45f06e55c742b4bfefb..2300d09bf30088f3d3e06cbbb38082c877328b66 100644 (file)
@@ -52,7 +52,7 @@ jobs:
         cd ..
 
     - name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip
-      uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # tag=v3
+      uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # tag=v3
       with:
         path: ${{ github.workspace }}/zstd-${{ github.ref_name }}-${{matrix.ziparch}}.zip
         name: zstd-${{ github.ref_name }}-${{matrix.ziparch}}.zip