Skip to content

Commit 8f00081

Browse files
committed
[ci] Update actions/download-artifact action to v6
1 parent 0ef0738 commit 8f00081

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@v5
84+
- uses: actions/download-artifact@v6
8585
with:
8686
path: prebuilds
8787
- run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)