diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2cc7553db..b73d392c2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -91,7 +91,7 @@ jobs: } >> "${GITHUB_OUTPUT}" - name: Upload built artifacts for testing - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: error name: ${{ needs.pre-setup.outputs.dists-artifact-name }} diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index fb8900e8e..999d87125 100644 --- a/.github/workflows/reusable-cibuildwheel.yml +++ b/.github/workflows/reusable-cibuildwheel.yml @@ -114,7 +114,7 @@ jobs: dist/${{ inputs.source-tarball-name }} - name: Upload built artifacts for testing and publishing - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.dists-artifact-name }}- ${{ inputs.runner-vm-os }}-