Skip to content

Commit 4da9f88

Browse files
Bump actions/download-artifact from 5 to 6 (#6)
1 parent 6f805d5 commit 4da9f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: get_version
6464
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
6565
- name: Download components.tar
66-
uses: actions/download-artifact@v5
66+
uses: actions/download-artifact@v6
6767
with:
6868
name: components.tar
6969
- name: Extract components

0 commit comments

Comments
 (0)