Skip to content

Commit 40323f6

Browse files
committed
chore(deps): update actions/upload-artifact action to v3
1 parent de71da2 commit 40323f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Basic Test
1313
uses: ./
1414
- name: Upload Reports
15-
uses: actions/upload-artifact@v2
15+
uses: actions/upload-artifact@v3
1616
if: always()
1717
with:
1818
name: Basic Reports
@@ -36,7 +36,7 @@ jobs:
3636
critical_threshold: 0
3737
blocker_threshold: 0
3838
- name: Upload Reports
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
if: always()
4141
with:
4242
name: Advanced Reports

0 commit comments

Comments
 (0)