File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 $manifest | ConvertTo-Json | Set-Content .\artifacts\release\candidate-manifest.json -Encoding utf8
101101
102102 - name : Upload verified candidate
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v7
104104 with :
105105 name : ProcessBusInsight-v${{ steps.version.outputs.value }}-win-x64-candidate-${{ github.run_number }}
106106 path : |
Original file line number Diff line number Diff line change 5454
5555 - name : Upload test evidence
5656 if : always()
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v7
5858 with :
5959 name : test-evidence-${{ github.run_id }}
6060 path : TestResults/**
Original file line number Diff line number Diff line change 4343
4444 - name : Upload audit evidence
4545 if : always()
46- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v7
4747 with :
4848 name : nuget-audit-${{ github.run_id }}
4949 path : nuget-audit.log
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 $manifest | ConvertTo-Json | Set-Content .\artifacts\release\release-manifest.json -Encoding utf8
108108
109109 - name : Upload workflow artifact
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : ProcessBusInsight-v${{ steps.version.outputs.value }}-win-x64-portable
113113 path : |
Original file line number Diff line number Diff line change 8080
8181 - name : Upload runtime stability evidence
8282 if : always()
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : runtime-stability-${{ github.run_id }}
8686 path : TestResults/RuntimeStability/**
You can’t perform that action at this time.
0 commit comments