File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Setup .NET
18- uses : actions/setup-dotnet@v3
18+ uses : actions/setup-dotnet@v4
1919 with :
2020 dotnet-version : ' 9.0.x'
2121
@@ -37,10 +37,10 @@ jobs:
3737 options : --privileged
3838
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141
4242 - name : Setup .NET
43- uses : actions/setup-dotnet@v3
43+ uses : actions/setup-dotnet@v4
4444 with :
4545 dotnet-version : ' 9.0.x'
4646
@@ -65,10 +65,10 @@ jobs:
6565 runtime : [win-x64, linux-x64, osx-x64, osx-arm64]
6666
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v4
6969
7070 - name : Setup .NET
71- uses : actions/setup-dotnet@v3
71+ uses : actions/setup-dotnet@v4
7272 with :
7373 dotnet-version : ' 9.0.x'
7474
8383 -o ./publish/${{ matrix.runtime }}
8484
8585 - name : Upload artifact
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : neo4j-export-${{ matrix.runtime }}
8989 path : ./publish/${{ matrix.runtime }}/
You can’t perform that action at this time.
0 commit comments