Skip to content

Commit 2221ca7

Browse files
ci(github-action)!: Update GitHub Artifact Actions
| datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v7 | | github-tags | actions/upload-artifact | v4 | v6 |
1 parent f39dec0 commit 2221ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Upload Digest
207207
if: ${{ inputs.pushImages}}
208-
uses: actions/upload-artifact@v4
208+
uses: actions/upload-artifact@v6
209209
with:
210210
name: ${{ matrix.image.name }}-${{ matrix.image.target_os }}-${{ matrix.image.target_arch }}
211211
path: /tmp/${{ matrix.image.name }}/*
@@ -227,7 +227,7 @@ jobs:
227227
fail-fast: false
228228
steps:
229229
- name: Download Digests
230-
uses: actions/download-artifact@v4
230+
uses: actions/download-artifact@v7
231231
with:
232232
pattern: "${{ matrix.image.name }}-*"
233233
path: /tmp/${{ matrix.image.name }}

0 commit comments

Comments
 (0)