Skip to content

Commit 51d29ff

Browse files
committed
Use actions/upload-artifact@v3
1 parent e8ee665 commit 51d29ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

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

.github/workflows/sample-workflow-ubuntu-latest.yml

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

3939
# Upload alerts file as a workflow artifact
4040
- name: Upload alerts file as a workflow artifact
41-
uses: actions/upload-artifact
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: alerts
4444
path: ${{ steps.msdo.outputs.sarifFile }}

.github/workflows/sample-workflow-windows-latest.yml

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

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

0 commit comments

Comments
 (0)