Skip to content

Commit 216ebad

Browse files
committed
[ci] Update actions/download-artifact action to v4
1 parent 3ae7767 commit 216ebad

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

0 commit comments

Comments
 (0)