Skip to content

Commit 677c999

Browse files
⬆️ Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 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 960ab1e commit 677c999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
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@95815c38cf2ff2164869cbab79da8d1f422bc89e
106+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
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@95815c38cf2ff2164869cbab79da8d1f422bc89e
145+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
146146
with:
147147
pattern: dist*
148148
merge-multiple: true

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@95815c38cf2ff2164869cbab79da8d1f422bc89e
202+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
203203
with:
204204
pattern: coverage-data*
205205
merge-multiple: true

0 commit comments

Comments
 (0)