From 68a9b1f73d248026fec79bd03260388ca4266d0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:10:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/upload-ar?= =?UTF-8?q?tifact=20action=20to=20v4.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 51b74ed..7b167bc 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.3.2 + uses: actions/upload-artifact@v4.3.3 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 20df9b8..bd36eba 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.3.2 + uses: actions/upload-artifact@v4.3.3 with: name: coverage-${{ matrix.python }} path: .coverage