Skip to content

Commit d75a86e

Browse files
⬆️ Bump actions/download-artifact from 4.1.9 to 4.2.1 (#611)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6813163 commit d75a86e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105105
- name: Download distributions
106-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
106+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
107107
with:
108108
pattern: dist*
109109
merge-multiple: true
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
144144
- name: Download distributions
145-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
145+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
146146
with:
147147
pattern: dist*
148148
merge-multiple: true

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
run: "python -m pip install --upgrade coverage"
200200

201201
- name: "Download artifact"
202-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
202+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
203203
with:
204204
pattern: coverage-data*
205205
merge-multiple: true

0 commit comments

Comments
 (0)