diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 31a8216..857234d 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -41,7 +41,7 @@ jobs: python-version: ${{ matrix.python-version }} activate-environment: "true" - name: Install Windows OpenGL - uses: pyvista/setup-headless-display-action@v4.2 + uses: pyvista/setup-headless-display-action@v4.3 with: qt: true wm: herbstluftwm @@ -58,7 +58,7 @@ jobs: PLATFORM: ${{ matrix.platform }} - name: Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: use_oidc: true @@ -81,7 +81,7 @@ jobs: id-token: write steps: - name: Download built artifact to dist/ - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: Packages path: dist