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 @@ -37,13 +37,13 @@ jobs:
3737 - name : Build
3838 run : dotnet build src --configuration Release
3939 - name : Upload assets
40- uses : actions/upload-artifact@v4.2 .0
40+ uses : actions/upload-artifact@v4.3 .0
4141 with :
4242 name : Assets
4343 path : src/ServicePulse.Host/bin/Release/
4444 retention-days : 7
4545 - name : Upload packages
46- uses : actions/upload-artifact@v4.2 .0
46+ uses : actions/upload-artifact@v4.3 .0
4747 with :
4848 name : NuGet packages
4949 path : nugets/
Original file line number Diff line number Diff line change 7171 AZURE_KEY_VAULT_CLIENT_SECRET : ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
7272 run : dotnet build src/Setup --configuration Release
7373 - name : Publish artifacts
74- uses : actions/upload-artifact@v4.2 .0
74+ uses : actions/upload-artifact@v4.3 .0
7575 with :
7676 name : artifacts
7777 path : |
You can’t perform that action at this time.
0 commit comments