Skip to content

Commit ce5c78c

Browse files
authored
Update actions to the latest version (#13644)
Motivation: We used some actions which didnt declare the latest versions Modifications: Update actions to latest version Result: Cleanup
1 parent d7a8169 commit ce5c78c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pr-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
continue-on-error: ${{ matrix.ignore-if-missing }}
4747
steps:
4848
- name: Download Artifacts
49-
uses: dawidd6/action-download-artifact@v2.19.0
49+
uses: dawidd6/action-download-artifact@v2.28.0
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
workflow: ${{ github.event.workflow_run.workflow_id }}
@@ -55,7 +55,7 @@ jobs:
5555
# File location set in ci-pr.yml and must be coordinated.
5656
name: test-results-${{ matrix.setup }}
5757
- name: Publish Test Report
58-
uses: scacap/action-surefire-report@v1.0.13
58+
uses: scacap/action-surefire-report@v1.7.2
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
report_paths: '**/target/surefire-reports/TEST-*.xml'

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
${{ runner.os }}-maven-build-pr-aarch64-
127127
${{ runner.os }}-maven-
128128
129-
- uses: uraimo/run-on-arch-action@v2.5.0
129+
- uses: uraimo/run-on-arch-action@v2.5.1
130130
name: Run commands
131131
id: runcmd
132132
with:

0 commit comments

Comments
 (0)