mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
chore: Update actions/upload-artifact action to v3
This commit is contained in:
parent
45a051150f
commit
b4cf7a76d3
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
dotnet run --configuration Release
|
dotnet run --configuration Release
|
||||||
|
|
||||||
- name: Archive doc generation
|
- name: Archive doc generation
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation-output
|
name: documentation-output
|
||||||
path: docs/output/
|
path: docs/output/
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Verify Test Results
|
- name: Upload Verify Test Results
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: verify-test-results
|
name: verify-test-results
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user