Skip to content

Commit 0aaf559

Browse files
Bump dawidd6/action-download-artifact from v2.13.0 to v2.14.0 (#1245)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from v2.13.0 to v2.14.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.13.0...b957148) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e840f5d commit 0aaf559

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

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

7878
# Download cached remote files (artifacts) from GitHub
7979
- name: Download remote data from GitHub
80-
uses: dawidd6/action-download-artifact@v2.13.0
80+
uses: dawidd6/action-download-artifact@v2.14.0
8181
with:
8282
workflow: cache_data.yaml
8383
workflow_conclusion: success

.github/workflows/ci_tests.yaml

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

100100
# Download cached remote files (artifacts) from GitHub
101101
- name: Download remote data from GitHub
102-
uses: dawidd6/action-download-artifact@v2.13.0
102+
uses: dawidd6/action-download-artifact@v2.14.0
103103
with:
104104
workflow: cache_data.yaml
105105
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

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

103103
# Download cached remote files (artifacts) from GitHub
104104
- name: Download remote data from GitHub
105-
uses: dawidd6/action-download-artifact@v2.13.0
105+
uses: dawidd6/action-download-artifact@v2.14.0
106106
with:
107107
workflow: cache_data.yaml
108108
workflow_conclusion: success

0 commit comments

Comments
 (0)