Skip to content

Commit dc2b1a0

Browse files
committed
ci: update to download-artifact@v4
1 parent 5866011 commit dc2b1a0

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
@@ -270,7 +270,7 @@ jobs:
270270
- name: Fetch Tag
271271
run: |
272272
git fetch --force origin "+${GITHUB_REF}:${GITHUB_REF}"
273-
- uses: actions/download-artifact@v3
273+
- uses: actions/download-artifact@v4
274274
with:
275275
path: artifacts
276276
- name: Make source archive

0 commit comments

Comments
 (0)