Skip to content

Commit 3b3a41d

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#3757)
1 parent 10009c2 commit 3b3a41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)