We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdca846 commit 93292c5Copy full SHA for 93292c5
1 file changed
.github/workflows/build.yml
@@ -154,7 +154,7 @@ jobs:
154
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
155
156
- name: Upload artifacts
157
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
158
with:
159
name: EFCore.PG.CI
160
path: nupkgs
@@ -186,7 +186,7 @@ jobs:
186
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
187
188
189
190
191
name: EFCore.PG.Release
192
0 commit comments