Skip to content

Commit f099ca6

Browse files
Update actions/upload-artifact action to v7
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v6 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fb7d06 commit f099ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Upload digests (main only)
107107
if: ${{ github.ref_name == 'main' }}
108-
uses: actions/upload-artifact@v6
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: digests-${{ matrix.version }}-${{ matrix.platform.id }}
111111
path: /tmp/digests/${{ matrix.version }}-${{ matrix.platform.id }}.txt

0 commit comments

Comments
 (0)