mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(deps): update actions/upload-artifact action to v3
This commit is contained in:
parent
196c529f6b
commit
311d3e0ff0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -232,7 +232,7 @@ jobs:
|
||||
- run: npm ci --ignore-scripts
|
||||
- run: npm run docs
|
||||
- name: Save docs
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docs
|
||||
path: docs
|
||||
|
4
.github/workflows/schedule.yml
vendored
4
.github/workflows/schedule.yml
vendored
@ -56,13 +56,13 @@ jobs:
|
||||
branch-name: ${{ matrix.branch }}
|
||||
- name: Save the reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports
|
||||
path: reports
|
||||
- name: Save the server output
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} server output
|
||||
path: server-output.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user