Skip to content

Commit

Permalink
Update actions to the latest version (#13644)
Browse files Browse the repository at this point in the history
Motivation:

We used some actions which didnt declare the latest versions

Modifications:

Update actions to latest version

Result:

Cleanup
  • Loading branch information
normanmaurer committed Oct 2, 2023
1 parent d7a8169 commit ce5c78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce5c78c

Please sign in to comment.