Skip to content

Commit 5bae866

Browse files
Bump the github-actions group across 1 directory with 2 updates (#5700)
Bumps the github-actions group with 2 updates in the / directory: [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.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch 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 9b3873b commit 5bae866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
touch "/tmp/digests/${digest#sha256:}"
8282
8383
- name: Upload digest
84-
uses: actions/upload-artifact@v4.6.0
84+
uses: actions/upload-artifact@v4.6.1
8585
with:
8686
name: digest-${{ matrix.platform_suffix }}
8787
path: /tmp/digests/*
@@ -93,7 +93,7 @@ jobs:
9393
needs: [docker]
9494
steps:
9595
- name: Download digests
96-
uses: actions/download-artifact@v4.1.8
96+
uses: actions/download-artifact@v4.1.9
9797
with:
9898
pattern: digest-*
9999
path: /tmp/digests

0 commit comments

Comments
 (0)