From f85b30924af13560c2df7cefff1d10d589a751b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:25:12 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b0e6de815..3924ff505 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: run: python build.py - name: Publish Build Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.1 with: retention-days: 14 name: py3-build-artifact diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1bfcd7276..572628831 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: run: python build.py - name: Publish Build Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.1 with: retention-days: 14 name: py3-build-artifact diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5a274d836..8e175858c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,7 @@ jobs: if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.3.1 with: retention-days: 14 name: ${{ matrix.py_version }}-test-results