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 2de16bc commit 6a83d2fCopy full SHA for 6a83d2f
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
exit $exitCode
71
fi
72
73
- - uses: actions/download-artifact@master
+ - uses: actions/download-artifact@v3
74
name: Download Package Artifact
75
if: success() && (steps.affected.outputs.should_deploy == 'true' || github.event.inputs.skip_affected || steps.last_successful_commit.outputs.commit_hash == '')
76
with:
0 commit comments