Skip to content

Commit b3799fa

Browse files
committed
github actions: downgrad upload-artifact on github actions
1 parent 915b964 commit b3799fa

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
@@ -223,7 +223,7 @@ jobs:
223223
run: ls -R dist
224224

225225
- name: Archive build artifacts
226-
uses: actions/upload-artifact@v2
226+
uses: actions/upload-artifact@v1
227227
with:
228228
name: dist-artifacts-manylinux-${{ matrix.python }}
229229
path: dist/*

0 commit comments

Comments
 (0)