Skip to content

Commit 9b4784f

Browse files
committed
[ci] Update actions/download-artifact action to v5
1 parent eca6535 commit 9b4784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- uses: actions/checkout@v5
84-
- uses: actions/download-artifact@v4
84+
- uses: actions/download-artifact@v5
8585
with:
8686
path: prebuilds
8787
- run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)