Skip to content

Commit bb94ff7

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c3cdb2 commit bb94ff7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

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

148148
- name: Upload artifacts
149-
uses: actions/upload-artifact@v6
149+
uses: actions/upload-artifact@v7.0.0
150150
with:
151151
name: EFCore.PG.CI
152152
path: nupkgs
@@ -178,7 +178,7 @@ jobs:
178178
run: dotnet pack --configuration Release --property:PackageOutputPath="$PWD/nupkgs" -p:ContinuousIntegrationBuild=true
179179

180180
- name: Upload artifacts
181-
uses: actions/upload-artifact@v6
181+
uses: actions/upload-artifact@v7.0.0
182182
with:
183183
name: EFCore.PG.Release
184184
path: nupkgs

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

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

0 commit comments

Comments
 (0)