Skip to content

Commit df32cbb

Browse files
committed
chore: updated actions/upload-pages-artifact to v4
1 parent 14618f8 commit df32cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
path-to-lcov: coverage/lcov.info
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v3
5555

5656
# Deployment job
5757
deploy:

0 commit comments

Comments
 (0)