Skip to content

Commit 92c7154

Browse files
chore(deps): bump actions/download-artifact from 3 to 4 (#428)
updated-dependencies: - dependency-name: actions/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>
1 parent e2b8fd4 commit 92c7154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-beta-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
# Download the digests from the artifacts
146146
- name: Download digests
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148
with:
149149
name: digests_ghcr
150150
path: /tmp/digests

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
# Download the digests from the artifacts
143143
- name: Download digests
144-
uses: actions/download-artifact@v3
144+
uses: actions/download-artifact@v4
145145
with:
146146
name: digests_ghcr
147147
path: /tmp/digests

0 commit comments

Comments
 (0)