Skip to content

Commit 4b07868

Browse files
ci(github-actions): bump the dev-ci-tools group with 2 updates (#7315)
Bumps the dev-ci-tools 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 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-ci-tools ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8572e2 commit 4b07868

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
make info
215215
216216
- name: Upload ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }} container image
217-
uses: actions/upload-artifact@v5.0.0
217+
uses: actions/upload-artifact@v6.0.0
218218
with:
219219
name: ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }}
220220
path: /tmp/${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }}.tar
@@ -246,7 +246,7 @@ jobs:
246246
persist-credentials: false
247247

248248
- name: Download ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }} container image
249-
uses: actions/download-artifact@v6.0.0
249+
uses: actions/download-artifact@v7.0.0
250250
with:
251251
name: ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }}
252252
path: /tmp
@@ -348,7 +348,7 @@ jobs:
348348
persist-credentials: false
349349

350350
- name: Download ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }} container image
351-
uses: actions/download-artifact@v6.0.0
351+
uses: actions/download-artifact@v7.0.0
352352
with:
353353
name: ${{ env.CONTAINER_IMAGE_OUTPUT_IMAGE_NAME }}
354354
path: /tmp

0 commit comments

Comments
 (0)