We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af43af commit a80e7e0Copy full SHA for a80e7e0
.github/workflows/publish.yml
@@ -101,7 +101,7 @@ jobs:
101
password: ${{ secrets.DOCKER_HUB_SECRET }}
102
103
- name: Download all artifacts of compiler build
104
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
105
with:
106
path: bin
107
@@ -147,7 +147,7 @@ jobs:
147
uses: battila7/get-version-action@v2
148
149
- name: Download dist output
150
151
152
name: dist-output
153
0 commit comments