Skip to content

Commit 9802909

Browse files
Bump dawidd6/action-download-artifact from 2.21.0 to 2.21.1 (#1972)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.21.0...v2.21.1) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f9b7f6 commit 9802909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

+1-1
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/[email protected].0
83+
uses: dawidd6/[email protected].1
8484
with:
8585
workflow: cache_data.yaml
8686
workflow_conclusion: success

.github/workflows/ci_tests.yaml

+1-1
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/[email protected].0
105+
uses: dawidd6/[email protected].1
106106
with:
107107
workflow: cache_data.yaml
108108
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
# Download cached remote files (artifacts) from GitHub
139139
- name: Download remote data from GitHub
140-
uses: dawidd6/[email protected].0
140+
uses: dawidd6/[email protected].1
141141
with:
142142
workflow: cache_data.yaml
143143
workflow_conclusion: success

0 commit comments

Comments
 (0)