Skip to content

Commit 5cb1035

Browse files
Bump dawidd6/action-download-artifact from 2.14.1 to 2.15.0 (#1579)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.14.1 to 2.15.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.14.1...v2.15.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb35d68 commit 5cb1035

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Download cached remote files (artifacts) from GitHub
8282
- name: Download remote data from GitHub
83-
uses: dawidd6/action-download-artifact@v2.14.1
83+
uses: dawidd6/action-download-artifact@v2.15.0
8484
with:
8585
workflow: cache_data.yaml
8686
workflow_conclusion: success

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
# Download cached remote files (artifacts) from GitHub
107107
- name: Download remote data from GitHub
108-
uses: dawidd6/action-download-artifact@v2.14.1
108+
uses: dawidd6/action-download-artifact@v2.15.0
109109
with:
110110
workflow: cache_data.yaml
111111
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
# Download cached remote files (artifacts) from GitHub
109109
- name: Download remote data from GitHub
110-
uses: dawidd6/action-download-artifact@v2.14.1
110+
uses: dawidd6/action-download-artifact@v2.15.0
111111
with:
112112
workflow: cache_data.yaml
113113
workflow_conclusion: success

0 commit comments

Comments
 (0)