Skip to content

Commit 09f9e65

Browse files
Bump dawidd6/action-download-artifact from 2.21.1 to 2.22.0 (#2047)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.21.1...v2.22.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 7eadfa2 commit 09f9e65

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
@@ -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.21.1
83+
uses: dawidd6/action-download-artifact@v2.22.0
8484
with:
8585
workflow: cache_data.yaml
8686
workflow_conclusion: success

.github/workflows/ci_tests.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.21.1
105+
uses: dawidd6/action-download-artifact@v2.22.0
106106
with:
107107
workflow: cache_data.yaml
108108
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

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

133133
# Download cached remote files (artifacts) from GitHub
134134
- name: Download remote data from GitHub
135-
uses: dawidd6/action-download-artifact@v2.21.1
135+
uses: dawidd6/action-download-artifact@v2.22.0
136136
with:
137137
workflow: cache_data.yaml
138138
workflow_conclusion: success

0 commit comments

Comments
 (0)