diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4ed3ec7ef..c23ff143d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -597,7 +597,7 @@ jobs: - name: Verify that expected patch got created run: ls -1 '${{ needs.pre-setup.outputs.changelog-patch-name }}' - name: Save the package bump patch as a GHA artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: changelog path: | @@ -1017,7 +1017,7 @@ jobs: 'dist/${{ needs.pre-setup.outputs.sdist-artifact-name }}' - name: Store the source distribution package if: fromJSON(matrix.store-sdist-to-artifact) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ needs.pre-setup.outputs.dists-artifact-name }} # NOTE: Exact expected file names are specified here @@ -1303,7 +1303,7 @@ jobs: ); echo "artifact-id=${normalized_container_id}" >> "${GITHUB_OUTPUT}" - name: Store RPM and SRPM as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.artifact-name.outputs.artifact-id }}--srpm-n-rpm path: | diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index acdf72b47..4867d265f 100644 --- a/.github/workflows/reusable-build-wheel.yml +++ b/.github/workflows/reusable-build-wheel.yml @@ -184,7 +184,7 @@ jobs: ls -1 dist/${{ inputs.wheel-artifact-name }} - name: Store ${{ inputs.manylinux-python-target }} binary wheel - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.dists-artifact-name }} # NOTE: Exact expected file names are specified here diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index f40629ab9..e4bc72b63 100644 --- a/.github/workflows/reusable-cibuildwheel.yml +++ b/.github/workflows/reusable-cibuildwheel.yml @@ -81,7 +81,7 @@ jobs: with-cython-tracing=${{ inputs.cython-tracing }} - name: Upload built artifacts for testing and publishing - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.dists-artifact-name }} path: ./wheelhouse/*.whl