Skip to content

Commit 1305ea0

Browse files
committed
Bump actions/upload-artifact to v3
1 parent 0222a96 commit 1305ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: pip install build
1919
- name: Build wheel and sdist
2020
run: python -m build --sdist --wheel
21-
- uses: actions/upload-artifact@v2
21+
- uses: actions/upload-artifact@v3
2222
with:
2323
path: dist/*

0 commit comments

Comments
 (0)