We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2505b commit db7c22eCopy full SHA for db7c22e
.github/workflows/build.yml
@@ -160,7 +160,7 @@ jobs:
160
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
161
162
- name: Upload artifacts
163
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
164
with:
165
name: EFCore.PG.CI
166
path: nupkgs
0 commit comments