Skip to content

Commit

Permalink
Update upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Sep 23, 2024
1 parent b99637a commit ff134c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sh ./build.sh

- name: Upload Test Reports Folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }} # IMPORTANT: Upload reports regardless of status
with:
name: ut-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sh ./build.sh

- name: Upload Test Reports Folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }} # IMPORTANT: Upload reports regardless of status
with:
name: ut-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: sh ./build.sh

- name: Upload Test Reports Folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }} # IMPORTANT: Upload reports regardless of status
with:
name: ut-reports
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Collect tests results
if: ${{ failure() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: e2e-tests-results
path: output/
Expand All @@ -59,4 +59,4 @@ jobs:
needs: test
runs-on: self-hosted
steps:
- run: ./gradlew :app:uninstallAll
- run: ./gradlew :app:uninstallAll

0 comments on commit ff134c6

Please sign in to comment.