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 1879fb3 commit e7e20bcCopy full SHA for e7e20bc
.github/workflows/main.yml
@@ -38,11 +38,11 @@ jobs:
38
run: dotnet publish -c Release ${{ env.project }} -o webapp
39
working-directory: ${{ env.path }}
40
- name: Upload artifact for deployment job
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
42
with:
43
name: app
44
path: ${{ env.path }}/webapp
45
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
46
47
name: bicep
48
path: ${{ env.path }}/bicep
0 commit comments