Skip to content

Commit b98886d

Browse files
Bump actions/download-artifact from 4.2.1 to 4.3.0
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@v4.2.1...v4.3.0) --- 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] <support@github.com>
1 parent 44cb5d4 commit b98886d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write
5151
steps:
5252
- name: Download release assets
53-
uses: actions/download-artifact@v4.2.1
53+
uses: actions/download-artifact@v4.3.0
5454
with:
5555
name: release-assets
5656
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write
6868
steps:
6969
- name: Download release assets
70-
uses: actions/download-artifact@v4.2.1
70+
uses: actions/download-artifact@v4.3.0
7171
with:
7272
name: release-assets
7373
path: dist/

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
118118
needs.tests-linux.outputs.python-key }}
119119
- name: Download all coverage artifacts
120-
uses: actions/download-artifact@v4.2.1
120+
uses: actions/download-artifact@v4.3.0
121121
- name: Combine coverage results
122122
run: |
123123
. venv/bin/activate

0 commit comments

Comments
 (0)