Skip to content

Commit 4125b6b

Browse files
authored
Merge pull request #407 from pythonspeed/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 8432e59 + c6362c5 commit 4125b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
pip install dist/*-cp38-*manylinux*.whl
100100
mv filprofiler filprofiler.disabled
101101
make test-python-no-deps
102-
- uses: actions/upload-artifact@v2
102+
- uses: actions/upload-artifact@v3
103103
with:
104104
name: "${{ matrix.os }}-${{ matrix.python-version }}-wheel"
105105
path: dist/*.whl
@@ -166,7 +166,7 @@ jobs:
166166
uses: pypa/cibuildwheel@v2.12.0
167167
with:
168168
output-dir: dist
169-
- uses: actions/upload-artifact@v2
169+
- uses: actions/upload-artifact@v3
170170
with:
171171
name: "arm64-wheel"
172172
path: dist/*.whl

0 commit comments

Comments
 (0)