We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254e08b commit b23ede0Copy full SHA for b23ede0
.github/workflows/release.yaml
@@ -111,7 +111,7 @@ jobs:
111
fetch-depth: 0
112
113
- name: Download artifacts
114
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
115
with:
116
name: dist
117
path: dist/
@@ -137,7 +137,7 @@ jobs:
137
id-token: write
138
steps:
139
140
141
142
143
0 commit comments