Skip to content

Commit dbc5682

Browse files
Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.2 (#2188)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.0 to 2.24.2. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2.24.0...v2.24.2) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 107babe commit dbc5682

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_docs.yml

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

8080
# Download cached remote files (artifacts) from GitHub
8181
- name: Download remote data from GitHub
82-
uses: dawidd6/[email protected].0
82+
uses: dawidd6/[email protected].2
8383
with:
8484
workflow: cache_data.yaml
8585
workflow_conclusion: success

.github/workflows/ci_tests.yaml

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

102102
# Download cached remote files (artifacts) from GitHub
103103
- name: Download remote data from GitHub
104-
uses: dawidd6/[email protected].0
104+
uses: dawidd6/[email protected].2
105105
with:
106106
workflow: cache_data.yaml
107107
workflow_conclusion: success

.github/workflows/ci_tests_dev.yaml

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

132132
# Download cached remote files (artifacts) from GitHub
133133
- name: Download remote data from GitHub
134-
uses: dawidd6/[email protected].0
134+
uses: dawidd6/[email protected].2
135135
with:
136136
workflow: cache_data.yaml
137137
workflow_conclusion: success

.github/workflows/ci_tests_legacy.yaml

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

7575
# Download cached remote files (artifacts) from GitHub
7676
- name: Download remote data from GitHub
77-
uses: dawidd6/[email protected].0
77+
uses: dawidd6/[email protected].2
7878
with:
7979
workflow: cache_data.yaml
8080
workflow_conclusion: success

0 commit comments

Comments
 (0)