Skip to content

Commit fe8e9c2

Browse files
committed
updating artifact action
1 parent 5f8d0d2 commit fe8e9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4747
- name: Output logs
4848
if: ${{ always() }}
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: npm-logs
5252
path: /home/runner/.npm/_logs/**

0 commit comments

Comments
 (0)