We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4008524 + 1b9a767 commit b728ed1Copy full SHA for b728ed1
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: npm run build
38
39
- name: Upload coverage
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
if: always()
42
with:
43
name: coverage
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Export SARIF result
33
if: github.event.pull_request.head.repo.fork == true
34
35
36
name: codeql-report
path: codeql-results.sarif
.github/workflows/pages-report.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
20
- name: Download coverage
21
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
22
23
24
0 commit comments