We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ed86d4 + 0a4d50a commit a7293e8Copy full SHA for a7293e8
1 file changed
.github/workflows/dotnet.yml
@@ -31,14 +31,14 @@ jobs:
31
- name: Test
32
run: dotnet test --no-build --verbosity normal --configuration Release --logger "trx;LogFileName=${{ runner.workspace }}/OpenXmlPowerTools/TestResult/test_results.trx"
33
- name: Upload build artifacts
34
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
35
if: matrix.os == 'ubuntu-latest'
36
with:
37
name: build-artifacts
38
path: |
39
OpenXmlPowerTools/bin/Release/
40
- name: Publish Unit Test Results
41
42
if: failure()
43
44
name: TestResult
0 commit comments