Skip to content

Commit 32d6cda

Browse files
Fix our own pipeline as well
1 parent 1aab1b5 commit 32d6cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Upload alerts file as a workflow artifact
3838
- name: Upload alerts file as a workflow artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: alerts
4242
path: ${{ steps.msdo.outputs.sarifFile }}

0 commit comments

Comments
 (0)