Skip to content

Commit b850a46

Browse files
authored
Update npm-package.yml
1 parent 6dfd74d commit b850a46

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
run: npx github-actions-ctrf ctrf/ctrf-report.json
2424
if: success() || failure()
2525

26-
- name: Upload GitHub Pages artifact
27-
uses: actions/[email protected]
28-
if: success() || failure()
26+
- uses: actions/upload-artifact@v4
2927
with:
28+
name: coverage
3029
path: coverage
3130

3231
publish-npm:

0 commit comments

Comments
 (0)