Skip to content

Commit 14a0ef6

Browse files
⬆️ Bump actions/download-artifact from 4.1.7 to 4.2.1 (#61)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.2.1 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 64daf9b commit 14a0ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

7272
steps:
7373
- name: "Download dists"
74-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
74+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
7575
with:
7676
name: "dist"
7777
path: "dist/"

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: "python -m pip install --upgrade coverage"
5353

5454
- name: "Download artifact"
55-
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
55+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5656
with:
5757
pattern: coverage-data*
5858
merge-multiple: true

0 commit comments

Comments
 (0)