From 054bdc20b3b3793bc73dfc05b8b0981ebb81fe81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:10:09 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7.0.1 --- .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 956b1a9f..07e3c083 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: retention-days: 14 name: py3-build-artifact diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 06b5b9f6..bc0c8f2d 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: retention-days: 14 name: py3-build-artifact diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9b160b9d..4fc9debd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: if: ${{ matrix.py_version == '3.11' }} - name: Publish Test Artifact - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: retention-days: 14 name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results