File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 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
148148
149149 - name : Upload artifacts
150- uses : actions/upload-artifact@v6
150+ uses : actions/upload-artifact@v7
151151 with :
152152 name : EFCore.PG.CI
153153 path : nupkgs
@@ -181,7 +181,7 @@ jobs:
181181 run : dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
182182
183183 - name : Upload artifacts
184- uses : actions/upload-artifact@v6
184+ uses : actions/upload-artifact@v7
185185 with :
186186 name : EFCore.PG.Release
187187 path : nupkgs
You can’t perform that action at this time.
0 commit comments