Skip to content

Commit

Permalink
Revert "chore(deps): update actions/upload-artifact action (#12)" (#13)
Browse files Browse the repository at this point in the history
This reverts commit e5be893.
  • Loading branch information
Chris-V authored Jan 8, 2024
1 parent e5be893 commit 6820ed1
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@v4
uses: actions/upload-artifact@v3
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@v4
uses: actions/upload-artifact@v3
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@v4
uses: actions/upload-artifact@v3
if: "!cancelled()"
with:
name: jacoco-build
Expand Down

0 comments on commit 6820ed1

Please sign in to comment.