We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651cc58 commit 8d36f10Copy full SHA for 8d36f10
.github/workflows/renovate.yml
@@ -41,7 +41,7 @@ jobs:
41
# Restore previous cache artifact if enabled
42
- name: Restore renovate cache artifact
43
if: ${{ github.event_name != 'workflow_dispatch' || inputs.repoCache != 'disabled' }}
44
- uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
+ uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
45
continue-on-error: true
46
with:
47
name: ${{ env.cache_key }}
0 commit comments