]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump actions/upload-artifact from 4.1.0 to 4.2.0 3880/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 22 Jan 2024 05:21:32 +0000 (05:21 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 05:21:32 +0000 (05:21 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/1eb3cb2b3e0f29609092a73eb033bb759a334595...694cdabd8bdb0f10b2cea11669e1bf5453eed0a6)

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

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

index 2f3dd6a27ef8de1ac2d2c9518e64381c2d253249..3fe5eb2f664e8f2c4b05c5cbb15c6fcead9cc3a4 100644 (file)
@@ -290,7 +290,7 @@ jobs:
         dry-run: false
         sanitizer: ${{ matrix.sanitizer }}
     - name: Upload Crash
-      uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # tag=v4.1.0
+      uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # tag=v4.2.0
       if: failure() && steps.build.outcome == 'success'
       with:
         name: ${{ matrix.sanitizer }}-artifacts
index 5b5175489e80ef0d97b599de51ade7a13223d3eb..8d7d71b5f2aabf36b0e2e08d42d00a62985c7652 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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # tag=v4.1.0
+        uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # tag=v4.2.0
         with:
           name: SARIF file
           path: results.sarif
index 10bef46dbfc70c999f59b8cda89e2ad6f2e1f8ff..e0f3b7134195c32f4c8a0d9b3193249f15d7a05f 100644 (file)
@@ -52,7 +52,7 @@ jobs:
         cd ..
 
     - name: Publish zstd-$VERSION-${{matrix.ziparch}}.zip
-      uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # tag=v4.1.0
+      uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # tag=v4.2.0
       with:
         path: ${{ github.workspace }}/zstd-${{ github.ref_name }}-${{matrix.ziparch}}.zip
         name: zstd-${{ github.ref_name }}-${{matrix.ziparch}}.zip