Skip to content

Commit 27e7002

Browse files
authored
Merge pull request #34 from patchlevel/renovate/actions-upload-artifact-7.x
Update actions/upload-artifact action to v7
2 parents 773f10f + f099ca6 commit 27e7002

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)