From 02eca17002ecabc97ace9c9358caf9d31e2373ef Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:23:51 +0100 Subject: [PATCH] Update wheels artifact actions to v4 [ci] (#110894) --- .github/workflows/wheels.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5e1ac8181e5..776603f7794 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -63,16 +63,18 @@ jobs: ) > .env_file - name: Upload env_file - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.1 with: name: env_file path: ./.env_file + overwrite: true - name: Upload requirements_diff - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.1 with: name: requirements_diff path: ./requirements_diff.txt + overwrite: true core: name: Build Core wheels ${{ matrix.abi }} for ${{ matrix.arch }} (musllinux_1_2) @@ -89,12 +91,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.2 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.2 with: name: requirements_diff @@ -127,12 +129,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.2 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.2 with: name: requirements_diff