diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 8c7421e..c324920 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -68,7 +68,7 @@ jobs: rm -rf ${{ runner.temp }}/.gnupg/ - name: 'Upload Test reports - Core' if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: test-report-file-barj-core path: | @@ -77,7 +77,7 @@ jobs: retention-days: 5 - name: 'Upload Test reports - Job' if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: test-report-file-barj-job path: |