We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59e710 commit 7b181c0Copy full SHA for 7b181c0
.github/workflows/application.yml
@@ -64,7 +64,7 @@ jobs:
64
run: dotnet ef migrations script --idempotent --project src/MovieApi/ --startup-project src/MovieApi/ --no-build --output migrate.sql
65
66
- name: Upload Database Migrations Script
67
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
68
with:
69
name: migrate.sql
70
path: migrate.sql
.github/workflows/infrastructure.yml
@@ -53,7 +53,7 @@ jobs:
53
az bicep build-params --file infrastructure/main.bicepparam --outfile infrastructure/main.parameters.json
54
55
- name: Upload Artifacts
56
57
58
name: infrastructure
59
path: infrastructure/*.json
0 commit comments