Skip to content

Commit

Permalink
use v4 upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
braised-babbage committed Oct 1, 2024
1 parent b76e62e commit 46e7ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
- name: Build package
run: python -m build --wheel --sdist .

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: openpulse-python-wheel
path: ./source/openpulse/dist/*.whl
if-no-files-found: error

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: openpulse-python-sdist
path: ./source/openpulse/dist/*.tar.gz
Expand Down

0 comments on commit 46e7ccb

Please sign in to comment.