File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v4
3636
3737 - name : Setup .NET 6
38- uses : actions/setup-dotnet@v3
38+ uses : actions/setup-dotnet@v4
3939 with :
4040 dotnet-version : 8.0.x
4141
7373 - name : Upload build artifacts
7474 if : ${{ github.event_name == 'push' }}
7575 continue-on-error : true
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 retention-days : 1
7979 name : nuget-packages
@@ -93,12 +93,12 @@ jobs:
9393 steps :
9494 # Setup
9595 - name : Setup .NET 6
96- uses : actions/setup-dotnet@v3
96+ uses : actions/setup-dotnet@v4
9797 with :
9898 dotnet-version : " 6.0.x"
9999
100100 - name : Download build artifacts
101- uses : actions/download-artifact@v3
101+ uses : actions/download-artifact@v4
102102 with :
103103 name : nuget-packages
104104 path : dist
You can’t perform that action at this time.
0 commit comments