We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08976cb + 32d6cda commit b0a347fCopy full SHA for b0a347f
.github/workflows/on-push-verification.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# Upload alerts file as a workflow artifact
38
- name: Upload alerts file as a workflow artifact
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: alerts
42
path: ${{ steps.msdo.outputs.sarifFile }}
.github/workflows/sample-workflow.yml
@@ -35,7 +35,7 @@ jobs:
35
0 commit comments