Skip to content

Commit 486cc7e

Browse files
Bump actions/download-artifact from 4 to 6 (#3329)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 2e712c0 commit 486cc7e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/compare-regdata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
DEPLOY_BRANCH: main
206206
steps:
207207
- name: Download all artifacts
208-
uses: actions/download-artifact@v5
208+
uses: actions/download-artifact@v6
209209
with:
210210
path: comparison-artifacts
211211

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: actions/checkout@v5
100100

101-
- uses: actions/download-artifact@v5
101+
- uses: actions/download-artifact@v6
102102
with:
103103
path: /tmp
104104

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464

65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v6
6666
with:
6767
path: /tmp
6868

.github/workflows/tardis-research-papers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v5
4545

46-
- uses: actions/download-artifact@v5
46+
- uses: actions/download-artifact@v6
4747
with:
4848
path: /tmp
4949

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
lockfile-path: ./conda-linux-64.lock
179179

180180
# will download all artifacts(in this case all are coverage reports)
181-
- uses: actions/download-artifact@v5
181+
- uses: actions/download-artifact@v6
182182
with:
183183
path: .
184184
merge-multiple: true

0 commit comments

Comments
 (0)