Skip to content

Commit c19cd34

Browse files
authored
Merge pull request #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

+1-1
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

+1-1
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)