Skip to content

Commit 9d87fef

Browse files
authored
Merge pull request #886 from sir-gon/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents f829f5f + b8573d5 commit 9d87fef

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: build
7878
steps:
7979
- name: Download artifact
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
with:
8282
name: ${{ env.ARTIFACT_NAME }}_lint
8383
path: /tmp/
@@ -97,7 +97,7 @@ jobs:
9797
needs: build
9898
steps:
9999
- name: Download artifact
100-
uses: actions/download-artifact@v6
100+
uses: actions/download-artifact@v7
101101
with:
102102
name: ${{ env.ARTIFACT_NAME }}_test
103103
path: /tmp/
@@ -171,7 +171,7 @@ jobs:
171171
security-events: write
172172
steps:
173173
- name: Download artifact
174-
uses: actions/download-artifact@v6
174+
uses: actions/download-artifact@v7
175175
with:
176176
name: ${{ env.ARTIFACT_NAME }}_prod
177177
path: /tmp/

.github/workflows/node-coverage.js.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)