Skip to content

Commit ede5547

Browse files
committed
another tweak to make github actions happy
1 parent 96264a0 commit ede5547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wppm_prod_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
ls -1 wheelhouse
6868
69-
- uses: actions/upload-artifact@v5
69+
- uses: actions/upload-artifact@v6
7070
with:
7171
name: artifacts-${{ matrix.os }}
7272
path: ./dist/wppm*.whl

.github/workflows/build_wppm_test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
ls -1 wheelhouse
6868
69-
- uses: actions/upload-artifact@v5
69+
- uses: actions/upload-artifact@v6
7070
with:
7171
name: artifacts-${{ matrix.os }}
7272
path: ./dist/wppm*.whl

.github/workflows/github_workflows_build-2026_02.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216

217217
- name: Upload artifacts
218218
if: env.WINPYREQUIREMENTS != ''
219-
uses: actions/upload-artifact@v5
219+
uses: actions/upload-artifact@v6
220220
with:
221221
name: ${{ env.ARTIFACT_NAME }}
222222
path: publish_output

0 commit comments

Comments
 (0)