File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 cache : ' npm'
2727 - run : npm ci
2828 - run : npm run build
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@v5
3030 with :
3131 name : build
3232 path : |
5656 run : npm ci
5757 - name : Run tests
5858 run : npm run test
59- - uses : actions/upload-artifact@v4
59+ - uses : actions/upload-artifact@v5
6060 with :
6161 name : coverage
6262 path : |
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
25+ uses : astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
2626 with :
2727 enable-cache : false
2828
2929 - name : Run zizmor
30- run : uvx zizmor@1.15.1 .github/workflows -v -p --min-severity=medium
30+ run : uvx zizmor@1.16.3 .github/workflows -v -p --min-severity=medium
You can’t perform that action at this time.
0 commit comments