Skip to content

Commit 66e8fea

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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 dfee1d0 commit 66e8fea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
needs: build
7777
steps:
7878
- name: Download artifact
79-
uses: actions/download-artifact@v6
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: ${{ env.ARTIFACT_NAME }}_lint
8282
path: /tmp/
@@ -96,7 +96,7 @@ jobs:
9696
needs: build
9797
steps:
9898
- name: Download artifact
99-
uses: actions/download-artifact@v6
99+
uses: actions/download-artifact@v7
100100
with:
101101
name: ${{ env.ARTIFACT_NAME }}_test
102102
path: /tmp/
@@ -161,7 +161,7 @@ jobs:
161161
needs: build
162162
steps:
163163
- name: Download artifact
164-
uses: actions/download-artifact@v6
164+
uses: actions/download-artifact@v7
165165
with:
166166
name: ${{ env.ARTIFACT_NAME }}_prod
167167
path: /tmp/

.github/workflows/node-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Download coverage artifact
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@v7
5757
with:
5858
name: coverage-report
5959
path: coverage
@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0
7777

7878
- name: Download coverage artifact
79-
uses: actions/download-artifact@v6
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: coverage-report
8282
path: coverage

0 commit comments

Comments
 (0)