Skip to content

Commit 1263427

Browse files
Bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4a122e commit 1263427

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout
7171
uses: actions/checkout@v4
7272
- name: Download artifact
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v7
7474
with:
7575
name: artifact
7676
path: docker/target

.github/workflows/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@v4
7575
- name: Download artifact
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: artifact
7979
path: docker/target

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@v4
7575
- name: Download artifact
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: artifact
7979
path: docker/target
@@ -123,7 +123,7 @@ jobs:
123123
- name: Get release version
124124
run: echo "release_version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
125125
- name: Download artifact
126-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@v7
127127
with:
128128
name: artifact
129129
path: target

0 commit comments

Comments
 (0)