Skip to content

Commit 3fb7d06

Browse files
authored
Merge pull request #32 from patchlevel/renovate/actions-upload-artifact-6.x
Update actions/upload-artifact action to v6
2 parents 6ce2a1f + 557650e commit 3fb7d06

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@v4
108+
uses: actions/upload-artifact@v6
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)