Skip to content

Commit c6362c5

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] <[email protected]>
1 parent edfb9f3 commit c6362c5

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/[email protected]
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)