We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193619d commit 5b0b78cCopy full SHA for 5b0b78c
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
npm -v
31
- run: npm ci
32
- run: npm run test
33
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
34
with:
35
name: "junit test reports node ${{ matrix.container_tag }}"
36
path: junit
0 commit comments