We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7a966 commit 3a57521Copy full SHA for 3a57521
1 file changed
.github/workflows/release-publish.yml
@@ -106,7 +106,7 @@ jobs:
106
id-token: write
107
steps:
108
- name: Download build artifacts
109
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
110
with:
111
name: dist
112
path: dist/
@@ -160,7 +160,7 @@ jobs:
160
161
162
163
164
165
166
@@ -175,7 +175,7 @@ jobs:
175
uses: actions/checkout@v6
176
177
- name: Download release notes
178
179
180
name: release_notes
181
path: .
0 commit comments