Skip to content

Commit 72f0b5e

Browse files
Update actions/upload-artifact action to v5 (#117)
1 parent cf55912 commit 72f0b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
codecov_token: ${{ secrets.CODECOV_TOKEN }}
2121
- name: Upload Test Report
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: coverage-report
2525
path: ${{ steps.test.outputs.coverage_report_file }}

0 commit comments

Comments
 (0)