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

Commitcd9bd6a

Browse files
committed
chore(deps): update github artifact actions
1 parent1e80cc8 commitcd9bd6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/unittest.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run:|
3030
nox -s unit-${{ matrix.python }}
3131
-name:Upload coverage results
32-
uses:actions/upload-artifact@v4
32+
uses:actions/upload-artifact@v5
3333
with:
3434
name:coverage-artifact-${{ matrix.python }}
3535
path:.coverage-${{ matrix.python }}
@@ -51,7 +51,7 @@ jobs:
5151
python -m pip install --upgrade setuptools pip wheel
5252
python -m pip install coverage
5353
-name:Download coverage results
54-
uses:actions/download-artifact@v4
54+
uses:actions/download-artifact@v6
5555
with:
5656
path:.coverage-results/
5757
-name:Report coverage results

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp