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

Commitae83e69

Browse files
Bump the actions group with 2 updates (#278)
Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).Updates `actions/download-artifact` from 5 to 6- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@v5...v6)Updates `actions/upload-artifact` from 4 to 5- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v4...v5)---updated-dependencies:- dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions- dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent18811a7 commitae83e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/pypi-package.yml‎

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

4949
steps:
5050
-name:Download packages built by build-and-inspect-python-package
51-
uses:actions/download-artifact@v5
51+
uses:actions/download-artifact@v6
5252
with:
5353
name:Packages
5454
path:dist

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run:|
4646
cat ./logs/docsbuild.log
4747
-name:Upload
48-
uses:actions/upload-artifact@v4
48+
uses:actions/upload-artifact@v5
4949
with:
5050
name:doc-html-${{ matrix.branch }}
5151
path:www/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp