Skip to content

Commit f8478b9

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents 0fc163e + eb03968 commit f8478b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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: |

.github/workflows/feed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)