We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48eef5f commit b8de33fCopy full SHA for b8de33f
.github/workflows/continuous-deployment.yml
@@ -134,7 +134,7 @@ jobs:
134
steps:
135
- id: fetch
136
name: Fetch artifact
137
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
138
with:
139
name: release-candidate
140
path: ./dist
.github/workflows/docs.yml
@@ -54,7 +54,7 @@ jobs:
54
if: ${{ github.ref_name == 'main' }}
55
56
- name: Download release candidate
57
- uses: actions/download-artifact@v4
58
59
60
path: ./docs/
0 commit comments