We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 985c327 + 207c39b commit 56dec06Copy full SHA for 56dec06
1 file changed
action.yml
@@ -106,7 +106,7 @@ runs:
106
107
- name: Download module artifact
108
if: env.PUBLISH_CONTEXT_ShouldPublish == 'true' || inputs.WhatIf == 'true'
109
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
110
with:
111
name: module
112
path: ${{ inputs.ModulePath }}
0 commit comments