File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ jobs:
360360 run : dotnet pack --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
361361
362362 - name : Upload artifacts (nupkg)
363- uses : actions/upload-artifact@v4
363+ uses : actions/upload-artifact@v5
364364 with :
365365 name : Npgsql.CI
366366 path : nupkgs
@@ -392,7 +392,7 @@ jobs:
392392 run : dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
393393
394394 - name : Upload artifacts
395- uses : actions/upload-artifact@v4
395+ uses : actions/upload-artifact@v5
396396 with :
397397 name : Npgsql.Release
398398 path : nupkgs
Original file line number Diff line number Diff line change @@ -170,21 +170,21 @@ jobs:
170170 run : dotnet run --project test/MStatDumper/MStatDumper.csproj -c release -f ${{ matrix.tfm }} -- "test/Npgsql.NativeAotTests/obj/Release/net9.0/linux-x64/native/Npgsql.NativeAotTests.mstat" md >> $GITHUB_STEP_SUMMARY
171171
172172 - name : Upload mstat
173- uses : actions/upload-artifact@v4
173+ uses : actions/upload-artifact@v5
174174 with :
175175 name : npgsql.mstat
176176 path : " test/Npgsql.NativeAotTests/obj/Release/${{ matrix.tfm }}/linux-x64/native/Npgsql.NativeAotTests.mstat"
177177 retention-days : 3
178178
179179 - name : Upload codedgen dgml
180- uses : actions/upload-artifact@v4
180+ uses : actions/upload-artifact@v5
181181 with :
182182 name : npgsql.codegen.dgml.xml
183183 path : " test/Npgsql.NativeAotTests/obj/Release/${{ matrix.tfm }}/linux-x64/native/Npgsql.NativeAotTests.codegen.dgml.xml"
184184 retention-days : 3
185185
186186 - name : Upload scan dgml
187- uses : actions/upload-artifact@v4
187+ uses : actions/upload-artifact@v5
188188 with :
189189 name : npgsql.scan.dgml.xml
190190 path : " test/Npgsql.NativeAotTests/obj/Release/${{ matrix.tfm }}/linux-x64/native/Npgsql.NativeAotTests.scan.dgml.xml"
You can’t perform that action at this time.
0 commit comments