File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Setup .NET SDK
21
- uses : actions/setup-dotnet@v3
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : 7.0.x
24
24
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
31
31
- name : Pack solution [Release]
32
32
run : dotnet pack --no-restore --no-build -c Release -p:VersionSuffix=$GITHUB_RUN_NUMBER -o out
33
33
- name : Upload artifacts
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : Nuget packages
37
37
path : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout source
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Setup .NET SDK
16
- uses : actions/setup-dotnet@v3
16
+ uses : actions/setup-dotnet@v4
17
17
with :
18
18
dotnet-version : 7.0.x
19
19
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Check github.ref starts with 'refs/tags/'
18
18
if : ${{ !startsWith(github.ref, 'refs/tags/') }}
19
19
run : |
28
28
echo version=$version
29
29
echo "version=$version" >> $GITHUB_ENV
30
30
- name : Setup .NET SDK
31
- uses : actions/setup-dotnet@v3
31
+ uses : actions/setup-dotnet@v4
32
32
with :
33
33
dotnet-version : 7.0.x
34
34
source-url : https://api.nuget.org/v3/index.json
41
41
- name : Pack solution [Release]
42
42
run : dotnet pack --no-restore --no-build -c Release -p:Version=$version -o out
43
43
- name : Upload Nuget packages as workflow artifacts
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
with :
46
46
name : Nuget packages
47
47
path : |
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout source
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Setup .NET SDK
16
- uses : actions/setup-dotnet@v3
16
+ uses : actions/setup-dotnet@v4
17
17
with :
18
18
dotnet-version : 7.0.x
19
19
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
You can’t perform that action at this time.
0 commit comments