Skip to content

Commit 5b0b78c

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 193619d commit 5b0b78c

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
@@ -30,7 +30,7 @@ jobs:
3030
npm -v
3131
- run: npm ci
3232
- run: npm run test
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
with:
3535
name: "junit test reports node ${{ matrix.container_tag }}"
3636
path: junit

0 commit comments

Comments
 (0)