File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356
356
run : dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true
357
357
358
358
- name : Upload artifacts (nupkg)
359
- uses : actions/upload-artifact@v3
359
+ uses : actions/upload-artifact@v4
360
360
with :
361
361
name : Npgsql.CI
362
362
path : nupkgs
@@ -390,7 +390,7 @@ jobs:
390
390
run : dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
391
391
392
392
- name : Upload artifacts
393
- uses : actions/upload-artifact@v3
393
+ uses : actions/upload-artifact@v4
394
394
with :
395
395
name : Npgsql.Release
396
396
path : nupkgs
Original file line number Diff line number Diff line change @@ -103,21 +103,21 @@ jobs:
103
103
run : dotnet run --project test/MStatDumper/MStatDumper.csproj -c release -f net8.0 -- "test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.mstat" md >> $GITHUB_STEP_SUMMARY
104
104
105
105
- name : Upload mstat
106
- uses : actions/upload-artifact@v3.1.2
106
+ uses : actions/upload-artifact@v4
107
107
with :
108
108
name : npgsql.mstat
109
109
path : " test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.mstat"
110
110
retention-days : 3
111
111
112
112
- name : Upload codedgen dgml
113
- uses : actions/upload-artifact@v3.1.2
113
+ uses : actions/upload-artifact@v4
114
114
with :
115
115
name : npgsql.codegen.dgml.xml
116
116
path : " test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.codegen.dgml.xml"
117
117
retention-days : 3
118
118
119
119
- name : Upload scan dgml
120
- uses : actions/upload-artifact@v3.1.2
120
+ uses : actions/upload-artifact@v4
121
121
with :
122
122
name : npgsql.scan.dgml.xml
123
123
path : " test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.scan.dgml.xml"
You can’t perform that action at this time.
0 commit comments