forked from java-native-access/jna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of settings actions during deploy workflow (java-native-acc…
…ess#671) Motivation: We introduced a bug when updating the actions. Modifications: Fix version of settings action Result: Deploy workflow works again
- Loading branch information
1 parent
2e09972
commit bee4138
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
continue-on-error: ${{ matrix.ignore-if-missing }} | ||
steps: | ||
- name: Download Artifacts | ||
uses: dawidd6/action-download-artifact@v2.28.0 | ||
uses: dawidd6/action-download-artifact@v3.0.0 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
workflow: ${{ github.event.workflow_run.workflow_id }} | ||
|
@@ -53,7 +53,7 @@ jobs: | |
# File location set in ci-pr.yml and must be coordinated. | ||
name: test-results-${{ matrix.setup }} | ||
- name: Publish Test Report | ||
uses: scacap/[email protected].2 | ||
uses: scacap/[email protected].3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
report_paths: '**/target/surefire-reports/TEST-*.xml' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters