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

Commit4892edd

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v2...v3)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parentb36ef47 commit4892edd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run:|
109109
python ./ci/check_wheel_licenses.py
110110
111-
-uses:actions/upload-artifact@v2
111+
-uses:actions/upload-artifact@v3
112112
with:
113113
name:wheels
114114
path:./dist/*.whl

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
-name:Upload code coverage
279279
uses:codecov/codecov-action@v3
280280

281-
-uses:actions/upload-artifact@v2
281+
-uses:actions/upload-artifact@v3
282282
if:failure()
283283
with:
284284
name:"${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp