Skip to content

Commit b40e9de

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#3811)
1 parent b3b562e commit b40e9de

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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@v7
150+
uses: actions/upload-artifact@v7.0.1
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@v7
184+
uses: actions/upload-artifact@v7.0.1
185185
with:
186186
name: EFCore.PG.Release
187187
path: nupkgs

.github/workflows/sync-to-latest-ef.lock.yml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)