From a2a82bc612916bdb26000a0a4848a5e2344b72e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:24:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/upload-ar?= =?UTF-8?q?tifact=20action=20to=20v4.5.0=20(#216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync-dependencies.yaml | 2 +- template/.github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-dependencies.yaml b/.github/workflows/sync-dependencies.yaml index e40879a..80c989f 100644 --- a/.github/workflows/sync-dependencies.yaml +++ b/.github/workflows/sync-dependencies.yaml @@ -54,7 +54,7 @@ jobs: cat template/${{ env.FILE_NAME }} - name: ⬆️ Upload artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: ${{ env.FILE_NAME }} path: template/${{ env.FILE_NAME }} diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index 0ba8c74..8d2e46a 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: - name: 🚀 Run pytest run: poetry run pytest -v --cov src tests - name: ⬆️ Upload coverage artifact - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: name: coverage-${{ matrix.python }} include-hidden-files: true