From 829ddcc32ee81d454a31f7f5a3424dce5798f048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:22:27 +0000 Subject: [PATCH] chore(actions): update github artifact actions to v4 --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9aa31fb..c4d8d88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: run: make package version=${{ github.ref_name }} - name: Upload Pipeline Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: built-artifacts @@ -83,7 +83,7 @@ jobs: python -m pip install --upgrade pip make install-dev - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: built-artifacts path: dist/ @@ -92,7 +92,7 @@ jobs: run: make wheel version=${{ github.ref_name }} - name: Upload Wheel - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: compiled-wheels @@ -106,7 +106,7 @@ jobs: needs: compile-wheels steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: compiled-wheels path: dist/ @@ -125,7 +125,7 @@ jobs: needs: compile-wheels steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: compiled-wheels path: dist/