Skip to content

Commit 346cc4d

Browse files
Bump dawidd6/action-download-artifact from v2.12.0 to v2.13.0 (#1068)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from v2.12.0 to v2.13.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.12.0...35e61b9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c342cae commit 346cc4d

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
@@ -76,7 +76,7 @@ jobs:
7676

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

.github/workflows/ci_tests.yaml

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

9393
# Download cached remote files (artifacts) from GitHub
9494
- name: Download remote data from GitHub
95-
uses: dawidd6/action-download-artifact@v2.12.0
95+
uses: dawidd6/action-download-artifact@v2.13.0
9696
with:
9797
workflow: cache_data.yaml
9898
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

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

9898
# Download cached remote files (artifacts) from GitHub
9999
- name: Download remote data from GitHub
100-
uses: dawidd6/action-download-artifact@v2.12.0
100+
uses: dawidd6/action-download-artifact@v2.13.0
101101
with:
102102
workflow: cache_data.yaml
103103
workflow_conclusion: success

0 commit comments

Comments
 (0)