Skip to content

Commit 79d386f

Browse files
Bump dawidd6/action-download-artifact from 8 to 9 (#1171)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@20319c5...07ab29f) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yolanda Robla Mota <[email protected]>
1 parent 6147a88 commit 79d386f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
3535
- name: Download artifact
3636
id: download-artifact
37-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
37+
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
3838
with:
3939
github_token: ${{ github.token }}
4040
workflow: ".github/workflows/import_packages.yml"

.github/workflows/image-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
type=semver,pattern=v{{major}}.{{minor}}
5858
- name: Download artifact
5959
id: download-artifact
60-
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
60+
uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
6161
with:
6262
github_token: ${{ github.token }}
6363
workflow: ".github/workflows/import_packages.yml"

0 commit comments

Comments
 (0)