We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f055f + c969d57 commit 38e592aCopy full SHA for 38e592a
1 file changed
.github/workflows/10-dotnet.yml
@@ -50,13 +50,13 @@ jobs:
50
run: dotnet publish -c Release -o ./webapp
51
52
- name: Upload artifact for deployment job
53
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
54
with:
55
name: webapp
56
path: ./dotnet-sample/webapp
57
58
59
60
61
name: iac
62
path: ./dotnet-sample/iac
0 commit comments