Skip to content

Commit 594a36d

Browse files
[deps]: Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#23750)
1 parent 5b3c24d commit 594a36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
make dist
2222
version=`cat emscripten-version.txt | sed s/\"//g`
2323
echo "VERSION=$version" >> $GITHUB_ENV
24-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5
24+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.5
2525
with:
2626
name: emscripten-${{ env.VERSION }}
2727
path: emscripten-${{ env.VERSION }}.tar.bz2

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Upload the results as artifacts (optional).
4646
- name: "Upload artifact"
47-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
47+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)