Skip to content

Commit 547eeb3

Browse files
chore(deps): update github artifact actions
1 parent 519ad6b commit 547eeb3

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
234234
- name: Upload Digest
235235
if: ${{ inputs.pushImages}}
236-
uses: actions/upload-artifact@v5
236+
uses: actions/upload-artifact@v7
237237
with:
238238
name: ${{ matrix.image.name }}-${{ matrix.image.target_os }}-${{ matrix.image.target_arch }}
239239
path: /tmp/${{ matrix.image.name }}/*
@@ -257,7 +257,7 @@ jobs:
257257
run: echo "LOWERCASE_REPO_OWNER=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_ENV
258258

259259
- name: Download Digests
260-
uses: actions/download-artifact@v6
260+
uses: actions/download-artifact@v8
261261
with:
262262
pattern: "${{ matrix.image.name }}-{linux,darwin}-{amd64,arm64}"
263263
merge-multiple: true

.github/workflows/daily-repo-status.lock.yml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)