File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : Publish
2626 run : dotnet publish "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --arch x64 --no-build --output "${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}"
2727 - name : Publish Artifacts
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v6
2929 with :
3030 name : functionapp
3131 path : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Original file line number Diff line number Diff line change 2323 - run : dotnet test NantoNBaiTests/NantoNBaiTests.csproj --no-build --verbosity normal
2424 - name : Check result
2525 if : failure()
26- uses : actions/upload-artifact@v4
26+ uses : actions/upload-artifact@v6
2727 with :
2828 name : ci-result
2929 path : NantoNBaiTests/bin
Original file line number Diff line number Diff line change 3131
3232 - name : Check result
3333 if : failure()
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v6
3535 with :
3636 name : e2e-result
3737 path : E2ETest/bin
You can’t perform that action at this time.
0 commit comments