diff --git a/.github/workflows/build-feature.yml b/.github/workflows/build-feature.yml index 119334ac0b8..4d0e12c3bbc 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -51,7 +51,7 @@ jobs: - name: Upload surefire reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: surefire-reports path: | diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index d7e3d0480b8..3c8e0a536d8 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -38,7 +38,7 @@ jobs: - name: Upload surefire reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: surefire-reports path: |