Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent c47ef86 commit 73aba84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jgiven_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Upload test results html files
continue-on-error: true
if: ${{failure()}}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report-example-projects
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jgiven_branch_and_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Upload test results html files
continue-on-error: true
if: ${{failure()}}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report_${{matrix.java}}_${{matrix.junit}}
path: /home/runner/work/JGiven/JGiven/*/build/reports/tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jgiven_examples_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload test results html files
continue-on-error: true
if: ${{failure()}}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report-example-projects
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Upload test results html files
continue-on-error: true
if: ${{failure()}}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report-example-projects
path: /home/runner/work/JGiven/JGiven/example-projects/*/build/reports/tests
Expand Down

0 comments on commit 73aba84

Please sign in to comment.