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 219717a commit 5676352Copy full SHA for 5676352
.github/workflows/main.yml
@@ -194,7 +194,7 @@ jobs:
194
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
195
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
196
- name: Download package distribution files
197
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
198
with:
199
name: package
200
path: dist
0 commit comments