File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 runs-on : ubuntu-latest
9696 steps :
9797 - uses : actions/checkout@v6
98- - uses : actions/setup-node@v4
98+ - uses : actions/setup-node@v6
9999 with :
100100 node-version : 22
101101 - run : npx --yes @redocly/cli@1.25.15 lint --config .redocly.yaml doc/openapi-reference.yml
@@ -163,7 +163,7 @@ jobs:
163163 run : cargo install --locked --version 0.6.16 cargo-llvm-cov
164164 - name : Generate coverage report
165165 run : make coverage
166- - uses : actions/upload-artifact@v4
166+ - uses : actions/upload-artifact@v7
167167 with :
168168 name : coverage-report
169169 path : |
Original file line number Diff line number Diff line change 4040 test -d tmp/feed
4141 rm -f tmp/generated-nasl-feed.tar.gz
4242 tar -czf tmp/generated-nasl-feed.tar.gz -C tmp/feed .
43- - uses : actions/upload-artifact@v4
43+ - uses : actions/upload-artifact@v7
4444 if : always()
4545 with :
4646 name : generated-nasl-feed
You can’t perform that action at this time.
0 commit comments