diff --git a/action.yml b/action.yml index 19d8ebc..c02cab8 100644 --- a/action.yml +++ b/action.yml @@ -106,7 +106,7 @@ runs: - name: Download module artifact if: env.PUBLISH_CONTEXT_ShouldPublish == 'true' || inputs.WhatIf == 'true' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: module path: ${{ inputs.ModulePath }}