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 d63e233 commit 63553d3Copy full SHA for 63553d3
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
fetch-depth: 0 # To fetch all tags
50
- name: Download built artifacts
51
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
52
53
name: built-artifacts
54
path: ${{ env.ARTIFACTS_PATH }}/
0 commit comments