Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 992fcbd

Browse filesBrowse files
committed
Bump actions/upload-artifacts to v4
1 parent ddbb948 commit 992fcbd
Copy full SHA for 992fcbd

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
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
357357

358358
- name: Upload artifacts (nupkg)
359-
uses: actions/upload-artifact@v3
359+
uses: actions/upload-artifact@v4
360360
with:
361361
name: Npgsql.CI
362362
path: nupkgs
@@ -390,7 +390,7 @@ jobs:
390390
run: dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
391391

392392
- name: Upload artifacts
393-
uses: actions/upload-artifact@v3
393+
uses: actions/upload-artifact@v4
394394
with:
395395
name: Npgsql.Release
396396
path: nupkgs

‎.github/workflows/native-aot.yml

Copy file name to clipboardExpand all lines: .github/workflows/native-aot.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@ jobs:
103103
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
104104

105105
- name: Upload mstat
106-
uses: actions/upload-artifact@v3.1.2
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: npgsql.mstat
109109
path: "test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.mstat"
110110
retention-days: 3
111111

112112
- name: Upload codedgen dgml
113-
uses: actions/upload-artifact@v3.1.2
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: npgsql.codegen.dgml.xml
116116
path: "test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.codegen.dgml.xml"
117117
retention-days: 3
118118

119119
- name: Upload scan dgml
120-
uses: actions/upload-artifact@v3.1.2
120+
uses: actions/upload-artifact@v4
121121
with:
122122
name: npgsql.scan.dgml.xml
123123
path: "test/Npgsql.NativeAotTests/obj/Release/net8.0/linux-x64/native/Npgsql.NativeAotTests.scan.dgml.xml"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.