Skip to content

Commit 6b23804

Browse files
committed
ci(global): update actions/upload-artifact action to v7
1 parent 173ba22 commit 6b23804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# To solve *that*, we'd have to extract to root (/), which isn't safe.
8888
tar -czvf $cache_archive -C $cache_dir .
8989
90-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
90+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9191
if: github.event.inputs.repoCache != 'disabled'
9292
with:
9393
name: ${{ env.cache_key }}

0 commit comments

Comments
 (0)