diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57be800c..0542f4c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: -m "not integration and not slow and not requires_api_key" - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results-core-py${{ matrix.python-version }} path: test-results-core.xml @@ -262,13 +262,13 @@ jobs: PY - name: Upload coverage if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-xml path: coverage.xml - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-results-full path: test-results-full.xml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2a7aee1..7b5c44d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Validate distribution metadata (twine check) run: twine check dist/* - name: Upload distribution artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/