Skip to content

Commit 9a6da0f

Browse files
Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4 (#3126)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f21a623 commit 9a6da0f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# Download cached remote files (artifacts) from GitHub
6666
- name: Download remote data from GitHub
67-
uses: dawidd6/[email protected].2
67+
uses: dawidd6/[email protected].4
6868
with:
6969
workflow: cache_data.yaml
7070
workflow_conclusion: success

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
# Download cached remote files (artifacts) from GitHub
113113
- name: Download remote data from GitHub
114-
uses: dawidd6/[email protected].2
114+
uses: dawidd6/[email protected].4
115115
with:
116116
workflow: cache_data.yaml
117117
workflow_conclusion: success

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
# Download cached remote files (artifacts) from GitHub
7272
- name: Download remote data from GitHub
73-
uses: dawidd6/[email protected].2
73+
uses: dawidd6/[email protected].4
7474
with:
7575
workflow: cache_data.yaml
7676
workflow_conclusion: success

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
# Download cached remote files (artifacts) from GitHub
129129
- name: Download remote data from GitHub
130-
uses: dawidd6/[email protected].2
130+
uses: dawidd6/[email protected].4
131131
with:
132132
workflow: cache_data.yaml
133133
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

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

135135
# Download cached remote files (artifacts) from GitHub
136136
- name: Download remote data from GitHub
137-
uses: dawidd6/[email protected].2
137+
uses: dawidd6/[email protected].4
138138
with:
139139
workflow: cache_data.yaml
140140
workflow_conclusion: success

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
# Download cached remote files (artifacts) from GitHub
8484
- name: Download remote data from GitHub
85-
uses: dawidd6/[email protected].2
85+
uses: dawidd6/[email protected].4
8686
with:
8787
workflow: cache_data.yaml
8888
workflow_conclusion: success

0 commit comments

Comments
 (0)