Skip to content

Commit 983a06b

Browse files
committed
update actions/upload-artifact to v4
1 parent d3d846c commit 983a06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

9797
- name: Upload junit xml
9898
if: always()
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: junit-reports
102102
path: reports/*.xml

0 commit comments

Comments
 (0)