File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 run : dotnet build src --configuration Release
4343 - name : Upload packages
4444 if : matrix.name == 'Windows'
45- uses : actions/upload-artifact@v4.6.2
45+ uses : actions/upload-artifact@v6.0.0
4646 with :
4747 name : NuGet packages
4848 path : nugets/
Original file line number Diff line number Diff line change 3131 client-secret : ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
3232 certificate-name : ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
3333 - name : Publish artifacts
34- uses : actions/upload-artifact@v4.6.2
34+ uses : actions/upload-artifact@v6.0.0
3535 with :
3636 name : nugets
3737 path : nugets/*
5454 --azure-key-vault-certificate ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
5555 ./binaries/Particular.EndpointThroughputCounter.exe
5656 - name : Publish exe artifacts
57- uses : actions/upload-artifact@v4.6.2
57+ uses : actions/upload-artifact@v6.0.0
5858 with :
5959 name : exe
6060 path : binaries/*
You can’t perform that action at this time.
0 commit comments