Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate https://docs.cloudfoundry.org/api/uaa/
run: /root/uaa/scripts/generate-docs.sh
- name: Documentation Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: Docs folder
path: /root/uaa/uaa/build/docs/version/
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: /root/uaa/scripts/integration_tests.sh ${PROFILE},default boot
continue-on-error: true
- name: Test result upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: steps.testrun.outcome == 'failure'
with:
name: Server test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: /root/uaa/scripts/unit_tests.sh ${PROFILE},default
continue-on-error: true
- name: Test result upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: steps.testrun.outcome == 'failure'
with:
name: Server test
Expand Down
Loading