Skip to content

Commit 3b23dbe

Browse files
chore(deps): update actions/upload-artifact action to v7 (#69)
Co-authored-by: schtack-renovator[bot] <189104595+schtack-renovator[bot]@users.noreply.github.com>
1 parent d99c0c3 commit 3b23dbe

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
@@ -101,7 +101,7 @@ jobs:
101101
tar -czvf $cache_archive -C $cache_dir .
102102
103103
- name: Upload Renovate cache
104-
uses: actions/upload-artifact@v6
104+
uses: actions/upload-artifact@v7
105105
if: github.event.inputs.repoCache != 'disabled'
106106
with:
107107
name: ${{ env.cache_key }}

0 commit comments

Comments
 (0)