Skip to content

Commit

Permalink
use upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaC0de committed Jan 25, 2023
1 parent 46d75a3 commit efdaffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
run: python setup.py -q sdist

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist--${{ github.run_id }}
path: dist/*.tar.gz
Expand All @@ -57,7 +57,7 @@ jobs:
run: python setup.py -q build_locale bdist_wheel

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist--${{ github.run_id }}
path: dist/*.whl

0 comments on commit efdaffb

Please sign in to comment.