diff --git a/.github/workflows/checker-framework.yml b/.github/workflows/checker-framework.yml index 732dda9d50c2..82bb4074a980 100644 --- a/.github/workflows/checker-framework.yml +++ b/.github/workflows/checker-framework.yml @@ -63,7 +63,7 @@ jobs: - name: Share patch as artifact to apply on local if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: checker-${{ matrix.profile }}-patch path: target/checker-${{ matrix.profile }}.patch diff --git a/.github/workflows/pitest.yml b/.github/workflows/pitest.yml index 378f8709abe1..9603318502f6 100644 --- a/.github/workflows/pitest.yml +++ b/.github/workflows/pitest.yml @@ -89,7 +89,7 @@ jobs: - name: Archive code coverage results if: failure() || github.ref == 'refs/heads/master' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pitest-${{ matrix.profile }}-coverage-report path: |