aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2024-04-29 15:58:07 -0700
committerGitHub <noreply@github.com>2024-04-29 15:58:07 -0700
commit0f57364a1b2f71cbfda2c4fcd0979eb0c0c1466c (patch)
tree15fae56f286718f8f7f5fa110ea9bb730e404c2b
parent305c9e23a2605a2b61bdfe7c46318d51e3022676 (diff)
parentae585f7750b508e8b136541d9db0805978577dfd (diff)
downloadlz4-upstream-dev.tar.gz
Merge pull request #1398 from lz4/dependabot/github_actions/actions/upload-artifact-4.3.3upstream-dev
Bump actions/upload-artifact from 4.3.2 to 4.3.3
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/scorecard.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f8e29f6e..6f56e642 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -498,7 +498,7 @@ jobs:
dry-run: false
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # https://github.com/actions/upload-artifact v4.3.2
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # https://github.com/actions/upload-artifact v4.3.3
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 1c7f81ca..235d3253 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -52,7 +52,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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: SARIF file
path: results.sarif