Skip to content

Commit 7f657a4

Browse files
chore(deps): bump actions/upload-artifact
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 to 330a01c490aca151604b8cf639adc76d48f6c5d4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@de65e23...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 330a01c490aca151604b8cf639adc76d48f6c5d4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adb7bb9 commit 7f657a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run test
3333

3434
- name: Upload report
35-
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # v.4.6.2
35+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v.4.6.2
3636
if: always()
3737
with:
3838
name: test-report

0 commit comments

Comments
 (0)