Skip to content

Commit 10a9ce4

Browse files
chore(deps): update actions/upload-artifact action to v6 (#238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 537131f commit 10a9ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-javascript-stryker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: javascript
3131
- run: npm run stryker
3232
working-directory: javascript
33-
- uses: actions/upload-artifact@v5
33+
- uses: actions/upload-artifact@v6
3434
with:
3535
name: stryker-report
3636
path: |

0 commit comments

Comments
 (0)