Skip to content

Commit 1926a62

Browse files
Update actions/download-artifact action to v5
1 parent 1181087 commit 1926a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Clone Repository
2727
uses: actions/checkout@master
2828
- name: Download code coverage results
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@v5
3030
with:
3131
name: code-coverage-report
3232
path: bin

0 commit comments

Comments
 (0)