Skip to content

Commit f7e2ce6

Browse files
Bump dawidd6/action-download-artifact from v2.11.0 to v2.11.1 (#958)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from v2.11.0 to v2.11.1. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.11.0...bb4bdd3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34b30aa commit f7e2ce6

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/[email protected].0
89+
uses: dawidd6/[email protected].1
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
@@ -95,7 +95,7 @@ jobs:
9595

9696
# Download cached remote files (artifacts) from GitHub
9797
- name: Download remote data from GitHub
98-
uses: dawidd6/[email protected].0
98+
uses: dawidd6/[email protected].1
9999
with:
100100
workflow: cache_data.yaml
101101
workflow_conclusion: success

0 commit comments

Comments
 (0)