Skip to content

Commit b0a347f

Browse files
Merge pull request #133 from microsoft/chrisnielsen-fix-samples
Update sample-workflow.yml
2 parents 08976cb + 32d6cda commit b0a347f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 }}

.github/workflows/sample-workflow.yml

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

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

0 commit comments

Comments
 (0)