We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f805d5 commit 4da9f88Copy full SHA for 4da9f88
1 file changed
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
id: get_version
64
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
65
- name: Download components.tar
66
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
67
with:
68
name: components.tar
69
- name: Extract components
0 commit comments