File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Extract version from tag
14
- uses : nowsprinting/check-version-format-action@v3
14
+ uses : nowsprinting/check-version-format-action@v4
15
15
id : version
16
16
with :
17
17
prefix : ' v'
@@ -23,12 +23,12 @@ jobs:
23
23
exit 1
24
24
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0 # Mandatory to use exact version from tag action
29
29
30
30
- name : Setup .NET
31
- uses : actions/setup-dotnet@v3
31
+ uses : actions/setup-dotnet@v4
32
32
with :
33
33
global-json-file : global.json
34
34
@@ -56,14 +56,14 @@ jobs:
56
56
run : dotnet test Remote.Linq.sln -c Release /bl
57
57
58
58
- name : Upload build log
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : msbuild_log
62
62
path : msbuild.binlog
63
63
if-no-files-found : error
64
64
65
65
- name : Upload packages
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : nuget_packages
69
69
path : artifacts
You can’t perform that action at this time.
0 commit comments