Skip to content

Commit 6609b90

Browse files
committed
[ci] Update actions/download-artifact action to v4
1 parent dd460ef commit 6609b90

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
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- uses: actions/checkout@v4
86-
- uses: actions/download-artifact@v3
86+
- uses: actions/download-artifact@v4
8787
with:
8888
path: prebuilds
8989
- run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)