Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 2275ce0 commit e5be893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
${{ steps.gradle-properties.outputs.gradle-properties }}
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: "!cancelled()"
with:
name: ${{ inputs.task-name }}-report
Expand All @@ -93,7 +93,7 @@ runs:
${{ steps.metadata.outputs.artifact-path }}/build/reports/tests/${{ inputs.task-name }}/
- name: Upload results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: "!cancelled()"
with:
name: ${{ inputs.task-name }}-results
Expand All @@ -104,7 +104,7 @@ runs:
!${{ steps.metadata.outputs.artifact-path }}/build/test-results/${{ inputs.task-name }}/binary
- name: Upload coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: "!cancelled()"
with:
name: jacoco-build
Expand Down

0 comments on commit e5be893

Please sign in to comment.