Skip to content

Commit

Permalink
ci(deps): update actions/upload-artifact action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mazi-renovate[bot] committed May 10, 2024
1 parent 1340b66 commit 0088daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# their full path, ultimately leading to a nested directory situation.
# To solve *that*, we'd have to extract to root (/), which isn't safe.
tar -czvf $cache_archive -C $cache_dir .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
if: github.event.inputs.repoCache != 'disabled'
with:
name: ${{ env.cache_key }}
Expand Down

0 comments on commit 0088daa

Please sign in to comment.