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