Skip to content

Commit eaa5e1c

Browse files
committed
[ci] Update actions/download-artifact action to v7
1 parent e8f7d2f commit eaa5e1c

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
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- uses: actions/checkout@v6
89-
- uses: actions/download-artifact@v6
89+
- uses: actions/download-artifact@v7
9090
with:
9191
path: prebuilds
9292
- run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)