Skip to content

Commit 62ee834

Browse files
chore(deps): update actions/upload-artifact action to v3.2.1
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v3.1.3 | v3.2.1 |
1 parent 14fc65d commit 62ee834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run test:coverage
4949

5050
- name: Save Code Coverage
51-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
51+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
5252
with:
5353
name: code-coverage
5454
path: coverage
@@ -157,7 +157,7 @@ jobs:
157157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158158
SCAN_ANNOTATE_PR: true
159159

160-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
160+
- uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
161161
with:
162162
name: reports
163163
path: reports

0 commit comments

Comments
 (0)