Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from v1 to v2.2.2 #20

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Create packages
run: python setup.py sdist

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
with:
name: python_packages
path: dist
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
done
EOF

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
with:
name: python_packages
path: dist/wheelhouse
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# -p macosx_10_10_x86_64 \
# dist/*.whl

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
with:
name: python_packages
path: dist
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Build wheel
run: python setup.py bdist_wheel

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.2.2
with:
name: python_packages
path: dist
Expand Down