Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Upload docker logs
if: ${{ always() }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: docker-logs-${{ env.SHARD_ID }}
path: |
Expand All @@ -139,15 +139,15 @@ jobs:

- name: Upload recordings
if: ${{ always() && steps.tests-qa.outcome != 'skipped' && steps.recordings.outputs.has_recordings == 'true' }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-recording-${{ env.SHARD_ID }}
path: |
tests-qa/video/

- name: Upload results
if: ${{ always() && steps.tests-qa.outcome != 'skipped' }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-results-${{ env.SHARD_ID }}
path: |
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:

- name: Upload report to job artifacts
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-report
path: .
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:

- name: Upload results
if: ${{ always() && steps.tests-unit.outcome != 'skipped' }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: database-test-result
path: |
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:

- name: Upload results
if: ${{ always() && steps.tests-unit.outcome != 'skipped' }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-unit
path: |
Expand Down