Skip to content

Commit 2013d7f

Browse files
chore(deps): bump the github-actions group with 2 updates (#42)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 628eb65 commit 2013d7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
430430
- name: Upload digest
431431
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'schedule')
432-
uses: actions/upload-artifact@v4
432+
uses: actions/upload-artifact@v7
433433
with:
434434
name: digests-${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}-${{ matrix.arch }}
435435
path: /tmp/digests/*
@@ -486,7 +486,7 @@ jobs:
486486
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
487487

488488
- name: Download per-arch digests
489-
uses: actions/download-artifact@v4
489+
uses: actions/download-artifact@v8
490490
with:
491491
pattern: digests-${{ matrix.variant }}-${{ matrix.php-version }}-${{ matrix.php-type }}-${{ matrix.php-base }}-*
492492
merge-multiple: true

0 commit comments

Comments
 (0)