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

Commit c19cd34

Browse files
authored
Merge pull request matplotlib#22826 from matplotlib/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents b36ef47 + 4892edd commit c19cd34

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)

AltStyle によって変換されたページ (->オリジナル) /