Skip to content

Commit 8298862

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c58003 commit 8298862

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate https://docs.cloudfoundry.org/api/uaa/
2121
run: /root/uaa/scripts/generate-docs.sh
2222
- name: Documentation Upload
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: Docs folder
2626
path: /root/uaa/uaa/build/docs/version/

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: /root/uaa/scripts/integration_tests.sh ${PROFILE},default boot
2929
continue-on-error: true
3030
- name: Test result upload
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
if: steps.testrun.outcome == 'failure'
3333
with:
3434
name: Server test

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: /root/uaa/scripts/unit_tests.sh ${PROFILE},default
2929
continue-on-error: true
3030
- name: Test result upload
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
if: steps.testrun.outcome == 'failure'
3333
with:
3434
name: Server test

0 commit comments

Comments
 (0)