Skip to content

Commit e6a9dcf

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68e2a0d commit e6a9dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- id: run-e2e-tests
2222
run: |
2323
yarn run e2e:components
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v6
2525
if: ${{ always() }}
2626
id: upload-report
2727
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publish_results: true
2626

2727
- name: Upload artifact
28-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
28+
uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v4.3.3
2929
with:
3030
name: SARIF file
3131
path: results.sarif

0 commit comments

Comments
 (0)