Skip to content

Commit 96aa39c

Browse files
chore(deps): bump actions/download-artifact in /actions/docker-action (#667)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6569549 commit 96aa39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/docker-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ runs:
253253
254254
- name: Download Artifact
255255
if: ${{ inputs.download-artifact == 'true' }}
256-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
256+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1
257257
with:
258258
name: ${{ inputs.download-artifact-name }}
259259
path: ${{ inputs.download-artifact-path != '' && inputs.download-artifact-path || '.' }}

0 commit comments

Comments
 (0)