mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8f74fc82ad
commit
d4cb6db98d
4
.github/workflows/cth-test.yml
vendored
4
.github/workflows/cth-test.yml
vendored
@ -78,13 +78,13 @@ jobs:
|
|||||||
branch-name: ${{ inputs.branch || github.head_ref }}
|
branch-name: ${{ inputs.branch || github.head_ref }}
|
||||||
- name: Save the reports
|
- name: Save the reports
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports
|
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports
|
||||||
path: reports
|
path: reports
|
||||||
- name: Save the server output
|
- name: Save the server output
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} server output
|
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} server output
|
||||||
path: server-output.log
|
path: server-output.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user