We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 800b8f7 + 3c8a736 commit 54a2823Copy full SHA for 54a2823
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@v5
+ uses: actions/upload-artifact@v6
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