Skip to content

Commit 678072e

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

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
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Upload digests (main only)
104104
if: ${{ github.ref_name == 'main' }}
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v6
106106
with:
107107
name: digests-${{ matrix.version }}-${{ matrix.platform.id }}
108108
path: /tmp/digests/${{ matrix.version }}-${{ matrix.platform.id }}.txt

0 commit comments

Comments
 (0)