Skip to content

Commit 93292c5

Browse files
Bump actions/upload-artifact from 4 to 5 (#3645)
1 parent fdca846 commit 93292c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
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
155155

156156
- name: Upload artifacts
157-
uses: actions/upload-artifact@v4
157+
uses: actions/upload-artifact@v5
158158
with:
159159
name: EFCore.PG.CI
160160
path: nupkgs
@@ -186,7 +186,7 @@ jobs:
186186
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
187187

188188
- name: Upload artifacts
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v5
190190
with:
191191
name: EFCore.PG.Release
192192
path: nupkgs

0 commit comments

Comments
 (0)