Skip to content

Commit 7fa7415

Browse files
committed
Fix
1 parent 3b6a6eb commit 7fa7415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: node build/index.js
2727
- name: Upload Reports
28-
uses: actions/upload-artifact@5
28+
uses: actions/upload-artifact@v5
2929
with:
3030
name: reports
3131
path: running/reports

0 commit comments

Comments
 (0)