diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f135db..e14b87f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} name: pytest-${{ matrix.environment }} - name: Issue on failure - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: ${{ failure() && github.ref == 'refs/heads/main' }} with: script: | diff --git a/.github/workflows/nighlies.yml b/.github/workflows/nighlies.yml index c95e2b8..1b4cb8a 100644 --- a/.github/workflows/nighlies.yml +++ b/.github/workflows/nighlies.yml @@ -51,7 +51,7 @@ jobs: - name: Pytest run: pixi run test-coverage -n auto - name: Issue on failure - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: ${{ failure() && github.ref == 'refs/heads/main' }} with: script: |