We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270af62 commit 346173aCopy full SHA for 346173a
.github/workflows/integrationTests.yaml
@@ -115,7 +115,7 @@ jobs:
115
- name: Archive logs
116
if: always()
117
continue-on-error: true
118
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
119
with:
120
name: Integration Test Logs - ${{ matrix.it}}
121
path: |
.github/workflows/unitTests.yaml
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
name: Unit Test Logs - Java ${{ matrix.java }}
102
0 commit comments