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 afe8b73 commit 3cdc1d3Copy full SHA for 3cdc1d3
.github/workflows/push-master.yml
@@ -69,7 +69,7 @@ jobs:
69
if: contains(env.VERSION, 'alpha') || contains(env.VERSION, 'beta')
70
run: echo "preRelease=true" >> $GITHUB_ENV
71
72
- - uses: actions/download-artifact@v4.3.0
+ - uses: actions/download-artifact@v5.0.0
73
with:
74
path: artifacts
75
pattern: release-artifact
0 commit comments