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 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : " actions/checkout@v3 "
29
+ uses : " actions/checkout@v4 "
30
30
31
31
- name : Fetch
32
32
run : git fetch
@@ -57,10 +57,10 @@ jobs:
57
57
runs-on : windows-latest
58
58
steps :
59
59
- name : Checkout
60
- uses : " actions/checkout@v3 "
60
+ uses : " actions/checkout@v4 "
61
61
62
62
- name : Setup .NET
63
- uses : " actions/setup-dotnet@v3 "
63
+ uses : " actions/setup-dotnet@v4 "
64
64
65
65
- name : Remove .csproj.user
66
66
run : if (Test-Path ${{ env.PROJ_NAME }}/${{ env.PROJ_NAME }}.csproj.user) { rm ${{ env.PROJ_NAME }}/${{ env.PROJ_NAME }}.csproj.user }
69
69
run : dotnet build -c Release
70
70
71
71
- name : Upload Artifact
72
- uses : " actions/upload-artifact@v3 "
72
+ uses : " actions/upload-artifact@v4 "
73
73
with :
74
74
name : " ${{ env.PROJ_USERNAME }}.${{ env.PROJ_NAME }}"
75
75
path : " ${{ env.PROJ_NAME }}/bin/Release"
You can’t perform that action at this time.
0 commit comments