Skip to content

Commit 49bbc67

Browse files
authored
Merge pull request #23 from erzz/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v4
2 parents dc6ab77 + 1f20ead commit 49bbc67

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@v3
15+
uses: actions/upload-artifact@v4
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@v3
39+
uses: actions/upload-artifact@v4
4040
if: always()
4141
with:
4242
name: Advanced Reports

0 commit comments

Comments
 (0)