Skip to content

Commit

Permalink
ci(github-action)!: Update actions/upload-artifact action to v4 (#334)
Browse files Browse the repository at this point in the history
| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | actions/upload-artifact | v3   | v4 |

Co-authored-by: ogkevin-robot[bot] <140143426+ogkevin-robot[bot]@users.noreply.github.com>
  • Loading branch information
ogkevin-robot[bot] authored Mar 10, 2024
1 parent 116d79b commit 2292c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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@v4
if: github.event.inputs.repoCache != 'disabled'
with:
name: ${{ env.cache_key }}
Expand Down

0 comments on commit 2292c68

Please sign in to comment.