Skip to content

Commit 7b181c0

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#169)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f59e710 commit 7b181c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: dotnet ef migrations script --idempotent --project src/MovieApi/ --startup-project src/MovieApi/ --no-build --output migrate.sql
6565

6666
- name: Upload Database Migrations Script
67-
uses: actions/upload-artifact@v4.6.2
67+
uses: actions/upload-artifact@v5.0.0
6868
with:
6969
name: migrate.sql
7070
path: migrate.sql

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
az bicep build-params --file infrastructure/main.bicepparam --outfile infrastructure/main.parameters.json
5454
5555
- name: Upload Artifacts
56-
uses: actions/upload-artifact@v4.6.2
56+
uses: actions/upload-artifact@v5.0.0
5757
with:
5858
name: infrastructure
5959
path: infrastructure/*.json

0 commit comments

Comments
 (0)