Skip to content

Commit f4c1183

Browse files
Bump actions/upload-artifact from 5 to 6 (#3688)
1 parent 7867fd8 commit f4c1183

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
@@ -141,7 +141,7 @@ jobs:
141141
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
142142

143143
- name: Upload artifacts
144-
uses: actions/upload-artifact@v5
144+
uses: actions/upload-artifact@v6
145145
with:
146146
name: EFCore.PG.CI
147147
path: nupkgs
@@ -173,7 +173,7 @@ jobs:
173173
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
174174

175175
- name: Upload artifacts
176-
uses: actions/upload-artifact@v5
176+
uses: actions/upload-artifact@v6
177177
with:
178178
name: EFCore.PG.Release
179179
path: nupkgs

0 commit comments

Comments
 (0)