We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10009c2 commit 3b3a41dCopy full SHA for 3b3a41d
1 file changed
.github/workflows/build.yml
@@ -147,7 +147,7 @@ jobs:
147
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
148
149
- name: Upload artifacts
150
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
151
with:
152
name: EFCore.PG.CI
153
path: nupkgs
@@ -181,7 +181,7 @@ jobs:
181
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
182
183
184
185
186
name: EFCore.PG.Release
187
0 commit comments