diff --git a/.github/workflows/sync-dependencies.yaml b/.github/workflows/sync-dependencies.yaml index 44b19c3..1e724d6 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.1 + uses: actions/upload-artifact@v4.3.2 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 52668bc..d848657 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.1 + uses: actions/upload-artifact@v4.3.2 with: name: coverage-${{ matrix.python }} path: .coverage