We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6aad7e + b458090 commit ab7ee30Copy full SHA for ab7ee30
.github/workflows/check-dist.yml
@@ -46,7 +46,7 @@ jobs:
46
id: diff
47
48
# If index.js was different than expected, upload the expected version as an artifact
49
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
50
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
51
with:
52
name: dist
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
sarifFile: test-data/webgoat1.sarif
37
- name: Archive SARIF output
38
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
39
40
name: sarif-output
41
path: test-data/webgoat-with-security-standard-tag.sarif
0 commit comments