We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ed593 commit 356657aCopy full SHA for 356657a
.github/workflows/run-tests.yaml
@@ -70,7 +70,7 @@ jobs:
70
files: test_artifacts/cobertura.xml
71
72
- name: Create artifacts
73
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
74
if: ${{ !cancelled() }}
75
with:
76
name: ${{ env.GITHUB_REPOSITORY_SLUG }}_test-artifacts_${{ github.event_name }}_${{ github.event.pull_request.number || github.sha }}_${{ matrix.os
0 commit comments