Skip to content
Merged
Show file tree
Hide file tree
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
another tweak to make github actions happy
  • Loading branch information
stonebig committed Mar 28, 2026
commit ede554739de16838d5e8b2a41eaf385865fd00bc
2 changes: 1 addition & 1 deletion .github/workflows/build_wppm_prod_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
ls -1 wheelhouse

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: artifacts-${{ matrix.os }}
path: ./dist/wppm*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_wppm_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
ls -1 wheelhouse

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: artifacts-${{ matrix.os }}
path: ./dist/wppm*.whl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_workflows_build-2026_02.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:

- name: Upload artifacts
if: env.WINPYREQUIREMENTS != ''
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: ${{ env.ARTIFACT_NAME }}
path: publish_output
Expand Down