File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Upload
26- uses : actions/upload-artifact@v5
26+ uses : actions/upload-artifact@v6
2727 with :
2828 name : Event File
2929 path : ${{ github.event_path }}
9797 run : dotnet test --no-restore -- --results-directory ${{ github.workspace }}/test-results/ --report-xunit-trx
9898 - name : Upload Test Results
9999 if : always()
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : Test Results (${{ matrix.os }} ${{ matrix.configuration }} ${{ matrix.projectloadstyle }})
103103 path : ${{ github.workspace }}/test-results/*
Original file line number Diff line number Diff line change 6363
6464 - name : Upload Test Results
6565 if : always()
66- uses : actions/upload-artifact@v5
66+ uses : actions/upload-artifact@v6
6767 with :
6868 name : Code Coverage
6969 path : coveragereport/*
Original file line number Diff line number Diff line change 8282 - name : Pack
8383 run : dotnet pack --no-build
8484 - name : Upload
85- uses : actions/upload-artifact@v5
85+ uses : actions/upload-artifact@v6
8686 with :
8787 name : Unsigned
8888 path : " artifacts/package/${{ env.Configuration }}/*"
@@ -148,7 +148,7 @@ jobs:
148148 --azure-key-vault-certificate "${{ secrets.SignKeyVaultCertificate }}"
149149 --azure-key-vault-url "${{ secrets.SignKeyVaultUrl }}"
150150
151- - uses : actions/upload-artifact@v5
151+ - uses : actions/upload-artifact@v6
152152 with :
153153 name : Signed
154154 path : |
@@ -184,7 +184,7 @@ jobs:
184184 run : >
185185 echo ${{ github.event_name == 'release' }} >> release-info.txt
186186 - name : Upload Release Info
187- uses : actions/upload-artifact@v5
187+ uses : actions/upload-artifact@v6
188188 with :
189189 name : release-info
190190 path : release-info.txt
You can’t perform that action at this time.
0 commit comments