Skip to content

Commit

Permalink
Updated to v4 of the actions to upload and download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov authored and IlyaMuravjov committed Sep 15, 2024
1 parent 46163c3 commit c45490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-gradle
- name: Test
run: ./gradlew :clean :test -Pheadless=true
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
with:
name: reports
Expand Down

0 comments on commit c45490d

Please sign in to comment.