2 parents efa0f76 + 814e9bb commit 4c72a81Copy full SHA for 4c72a81
2 files changed
.github/workflows/continuous-deployment.yml
@@ -163,7 +163,7 @@ jobs:
163
steps:
164
- id: fetch
165
name: Fetch artifact
166
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
167
with:
168
name: build-${{ github.run_number }}
169
path: ./dist
.github/workflows/docs.yaml
@@ -48,7 +48,7 @@ jobs:
48
if: ${{ github.ref_name == 'main' }}
49
50
- name: Download release candidate
51
52
53
name: release-candidate
54
path: ./docs/
0 commit comments