mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update actions/upload-artifact in GitHub Actions workflows to v3
Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
parent
dae8d221a1
commit
a7b06ffde4
2 changed files with 6 additions and 6 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
|||
- name: Package binary
|
||||
run: gtar -czf target.tar.gz target/release/servo target/release/*.dylib resources
|
||||
- name: Archive binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-binary-macos
|
||||
path: target.tar.gz
|
||||
|
@ -189,7 +189,7 @@ jobs:
|
|||
# --tracker-api=default --reporter-api=default
|
||||
#
|
||||
# - name: Archive logs
|
||||
# uses: actions/upload-artifact@v2
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: wpt${{ matrix.chunk_id }}-logs-macos
|
||||
# path: |
|
||||
|
@ -222,7 +222,7 @@ jobs:
|
|||
- name: Package binary
|
||||
run: tar -czf target.tar.gz target/release/servo resources
|
||||
- name: Archive binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-binary
|
||||
path: target.tar.gz
|
||||
|
@ -271,7 +271,7 @@ jobs:
|
|||
--log-filteredsummary=filtered-wpt-summary.${{ matrix.chunk_id }}.log \
|
||||
--tracker-api=default --reporter-api=default
|
||||
- name: Archive logs
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: wpt${{ matrix.chunk_id }}-logs-linux
|
||||
|
|
4
.github/workflows/wpt-nightly.yml
vendored
4
.github/workflows/wpt-nightly.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Package binary
|
||||
run: tar -czf target.tar.gz target/release/servo resources
|
||||
- name: Archive binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: release-binary
|
||||
path: target.tar.gz
|
||||
|
@ -74,7 +74,7 @@ jobs:
|
|||
--log-servojson wpt-jsonsummary.${{ matrix.chunk_id }}.log \
|
||||
--always-succeed
|
||||
- name: Archive logs
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wpt${{ matrix.chunk_id }}-logs-linux
|
||||
path: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue