Skip to content

Commit da8a989

Browse files
Bump dawidd6/action-download-artifact from v2.11.1 to v2.12.0 (#1023)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from v2.11.1 to v2.12.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.11.1...8c96194) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci]
1 parent 74d7e6e commit da8a989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

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

8787
# Download cached remote files (artifacts) from GitHub
8888
- name: Download remote data from GitHub
89-
uses: dawidd6/action-download-artifact@v2.11.1
89+
uses: dawidd6/action-download-artifact@v2.12.0
9090
with:
9191
workflow: cache_data.yaml
9292
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.11.1
100+
uses: dawidd6/action-download-artifact@v2.12.0
101101
with:
102102
workflow: cache_data.yaml
103103
workflow_conclusion: success

0 commit comments

Comments
 (0)