Skip to content

Commit 61cc8b4

Browse files
chore(deps): bump actions/download-artifact from 4.2.1 to 8.0.1 (#1393)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...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 9b185b0 commit 61cc8b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "::add-mask::$creds"
6969
echo "sa_key=$creds" >> "$GITHUB_OUTPUT"
7070
71-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
71+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7272
with:
7373
name: build
7474

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
echo "::add-mask::$creds"
163163
echo "sa_key=$creds" >> "$GITHUB_OUTPUT"
164164
165-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
165+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
166166
with:
167167
name: build
168168

0 commit comments

Comments
 (0)