Skip to content

Commit 4ab4bb3

Browse files
build(deps): bump actions/download-artifact from 4.1.8 to 8.0.1 (#556)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...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 b90d39a commit 4ab4bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Download container from artifact if PR
3131
if: github.event_name == 'pull_request' && inputs.with_pr_container
32-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
32+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
3333
with:
3434
name: tutorial-container
3535
path: /tmp

0 commit comments

Comments
 (0)