Skip to content

Commit f906331

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d91418 commit f906331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build package
8888
run: pyproject-build --wheel .
8989
- name: Download coverage data
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4.1.7
9191
with:
9292
name: coverage-data
9393
path: .tox

0 commit comments

Comments
 (0)