Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64e5c70

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [codecov/codecov-action](https://github.com/codecov/codecov-action).Updates `actions/download-artifact` from 4.1.7 to 4.1.9- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@v4.1.7...v4.1.9)Updates `codecov/codecov-action` from 4 to 5- [Release notes](https://github.com/codecov/codecov-action/releases)- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)- [Commits](codecov/codecov-action@v4...v5)---updated-dependencies:- dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions- dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions...Signed-off-by: dependabot[bot] <support@github.com>
1 parentb5d066e commit64e5c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if:contains(github.ref, 'tags')
5151
steps:
5252
-uses:actions/checkout@v4
53-
-uses:actions/download-artifact@v4.1.7
53+
-uses:actions/download-artifact@v4.1.9
5454
with:
5555
name:docs
5656

‎.github/workflows/test_and_deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if:${{ always() }}
6363

6464
-name:Coverage
65-
uses:codecov/codecov-action@v4
65+
uses:codecov/codecov-action@v5
6666
# Don't run coverage on merge queue CI to avoid duplicating reports
6767
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
6868
if:github.event_name != 'merge_group'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp