Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-and-check-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
working-directory: ${{ inputs.path }}

- name: Upload built artifacts.
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Packages
path: /tmp/bavp/dist/*
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo ----- End of Metadata -----

- name: Upload metadata
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Package Metadata
path: /tmp/bavp/dist/out/sdist/*/PKG-INFO
Expand All @@ -130,7 +130,7 @@ jobs:
'

- name: Upload PyPI README
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: PyPI README
path: /tmp/bavp/dist/out/sdist/PyPI-README.*