Skip to content

Commit 664fc87

Browse files
committed
[ci] Update actions/download-artifact action to v5
1 parent 0e5e478 commit 664fc87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)