Skip to content

Commit 4ee2478

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent 5217f44 commit 4ee2478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build and test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- run: yarn install --frozen-lockfile
3030
- run: yarn build-only
3131

32-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3333
with:
3434
name: dist
3535
path: dist/
3636

3737
- run: tar -cvf node_modules.tar node_modules
3838

39-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4040
with:
4141
name: node_modules
4242
path: node_modules.tar

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# uploads of run results in SARIF format to the repository Actions tab.
4545
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4646
- name: 'Upload artifact'
47-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)