Skip to content

Commit

Permalink
fixing upload distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Nov 15, 2024
1 parent 3ea01c4 commit 69eca13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: Get-ChildItem -Path . -Recurse -File

- name: Upload Failed test screenshots
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: Failed tests
Expand All @@ -76,7 +76,7 @@ jobs:
fail-on-error: true

- name: Upload reports in case of failure
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: Failed Reports - ${{ runner.os }}
Expand Down

0 comments on commit 69eca13

Please sign in to comment.