Skip to content

Commit a157b91

Browse files
committed
chore: update actions/upload-artifact to v4
1 parent 0f6af11 commit a157b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# all tests passed.
7878
fail: false
7979
- name: Attach the report
80-
uses: actions/upload-artifact@v1
80+
uses: actions/upload-artifact@v4
8181
if: always()
8282
with:
8383
name: ${{ steps.xunit-viewer.outputs.report-name }}

0 commit comments

Comments
 (0)