Skip to content

Commit e20644c

Browse files
committed
bump upload-artifact
1 parent 0e4ecc3 commit e20644c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
run: ls -R dist
218218

219219
- name: Archive build artifacts
220-
uses: actions/upload-artifact@v1
220+
uses: actions/upload-artifact@v2
221221
with:
222222
name: dist-artifacts-manylinux-${{ matrix.python }}
223223
path: dist/*

0 commit comments

Comments
 (0)