diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 8cc059c..1f1b55a 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -39,7 +39,7 @@ jobs: COVERAGE_FILE: coverage.${{ matrix.python-version }} - name: Upload coverage artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: coverage-${{ matrix.python-version }} path: coverage.${{ matrix.python-version }} @@ -84,7 +84,7 @@ jobs: coverage-reports: coverage.xml - name: Upload XML coverage report artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: coverage-xml path: coverage.xml @@ -114,7 +114,7 @@ jobs: python -m build --sdist --wheel --outdir dist/ . - name: Upload binaries artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') with: name: dist