diff --git a/.github/workflows/ci-pr-reports.yml b/.github/workflows/ci-pr-reports.yml index f26e3c8709d9..4d2c38bb2b79 100644 --- a/.github/workflows/ci-pr-reports.yml +++ b/.github/workflows/ci-pr-reports.yml @@ -46,7 +46,7 @@ jobs: continue-on-error: ${{ matrix.ignore-if-missing }} steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@v2.19.0 + uses: dawidd6/action-download-artifact@v2.28.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -55,7 +55,7 @@ jobs: # File location set in ci-pr.yml and must be coordinated. name: test-results-${{ matrix.setup }} - name: Publish Test Report - uses: scacap/action-surefire-report@v1.0.13 + uses: scacap/action-surefire-report@v1.7.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/target/surefire-reports/TEST-*.xml' diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 811980121ff9..e5d8617a51d9 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -126,7 +126,7 @@ jobs: ${{ runner.os }}-maven-build-pr-aarch64- ${{ runner.os }}-maven- - - uses: uraimo/run-on-arch-action@v2.5.0 + - uses: uraimo/run-on-arch-action@v2.5.1 name: Run commands id: runcmd with: