diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09b7bec9..0bd6c47b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} allow-prereleases: true @@ -44,7 +44,7 @@ jobs: coverage xml - name: Upload coverage data if: matrix.python-version == 'pypy3.10' || matrix.python-version == 3.12 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.xml fail_ci_if_error: true @@ -58,7 +58,7 @@ jobs: if: matrix.python-version == 3.12 run: python -m build - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.python-version == 3.12 with: path: |