We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5d591 commit a67c8dfCopy full SHA for a67c8df
.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@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
+ uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
45
continue-on-error: true
46
with:
47
name: ${{ env.cache_key }}
0 commit comments