Skip to content

Commit 6c98784

Browse files
Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#2902)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.28.0 to 3.0.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.28.0...v3.0.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact 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 34f8c5c commit 6c98784

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
# Download cached remote files (artifacts) from GitHub
103103
- name: Download remote data from GitHub
104-
uses: dawidd6/action-download-artifact@v2.28.0
104+
uses: dawidd6/action-download-artifact@v3.0.0
105105
with:
106106
workflow: cache_data.yaml
107107
workflow_conclusion: success

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
# Download cached remote files (artifacts) from GitHub
7171
- name: Download remote data from GitHub
72-
uses: dawidd6/action-download-artifact@v2.28.0
72+
uses: dawidd6/action-download-artifact@v3.0.0
7373
with:
7474
workflow: cache_data.yaml
7575
workflow_conclusion: success

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
# Download cached remote files (artifacts) from GitHub
125125
- name: Download remote data from GitHub
126-
uses: dawidd6/action-download-artifact@v2.28.0
126+
uses: dawidd6/action-download-artifact@v3.0.0
127127
with:
128128
workflow: cache_data.yaml
129129
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
170170
# Download cached remote files (artifacts) from GitHub
171171
- name: Download remote data from GitHub
172-
uses: dawidd6/action-download-artifact@v2.28.0
172+
uses: dawidd6/action-download-artifact@v3.0.0
173173
with:
174174
workflow: cache_data.yaml
175175
workflow_conclusion: success

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Download cached remote files (artifacts) from GitHub
8787
- name: Download remote data from GitHub
88-
uses: dawidd6/action-download-artifact@v2.28.0
88+
uses: dawidd6/action-download-artifact@v3.0.0
8989
with:
9090
workflow: cache_data.yaml
9191
workflow_conclusion: success

0 commit comments

Comments
 (0)