Skip to content

Commit 5785bf7

Browse files
Bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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] <[email protected]>
1 parent 2d1726a commit 5785bf7

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/java-17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/java-8-antlr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/julia-1.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/julia-1.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/node-0.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/phusion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/python-3.4-rpi-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/python-3.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/python-3.7-ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

.github/workflows/python-3.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Download digests
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
path: ${{ runner.temp }}/digests
7373
pattern: digests-*

0 commit comments

Comments
 (0)