We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7867fd8 commit f4c1183Copy full SHA for f4c1183
1 file changed
.github/workflows/build.yml
@@ -141,7 +141,7 @@ jobs:
141
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
142
143
- name: Upload artifacts
144
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
145
with:
146
name: EFCore.PG.CI
147
path: nupkgs
@@ -173,7 +173,7 @@ jobs:
173
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
174
175
176
177
178
name: EFCore.PG.Release
179
0 commit comments