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
|
- name: Package binary
|
||||||
run: gtar -czf target.tar.gz target/release/servo target/release/*.dylib resources
|
run: gtar -czf target.tar.gz target/release/servo target/release/*.dylib resources
|
||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-binary-macos
|
name: release-binary-macos
|
||||||
path: target.tar.gz
|
path: target.tar.gz
|
||||||
|
@ -189,7 +189,7 @@ jobs:
|
||||||
# --tracker-api=default --reporter-api=default
|
# --tracker-api=default --reporter-api=default
|
||||||
#
|
#
|
||||||
# - name: Archive logs
|
# - name: Archive logs
|
||||||
# uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v3
|
||||||
# with:
|
# with:
|
||||||
# name: wpt${{ matrix.chunk_id }}-logs-macos
|
# name: wpt${{ matrix.chunk_id }}-logs-macos
|
||||||
# path: |
|
# path: |
|
||||||
|
@ -222,7 +222,7 @@ jobs:
|
||||||
- name: Package binary
|
- name: Package binary
|
||||||
run: tar -czf target.tar.gz target/release/servo resources
|
run: tar -czf target.tar.gz target/release/servo resources
|
||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-binary
|
name: release-binary
|
||||||
path: target.tar.gz
|
path: target.tar.gz
|
||||||
|
@ -271,7 +271,7 @@ jobs:
|
||||||
--log-filteredsummary=filtered-wpt-summary.${{ matrix.chunk_id }}.log \
|
--log-filteredsummary=filtered-wpt-summary.${{ matrix.chunk_id }}.log \
|
||||||
--tracker-api=default --reporter-api=default
|
--tracker-api=default --reporter-api=default
|
||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
name: wpt${{ matrix.chunk_id }}-logs-linux
|
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
|
- name: Package binary
|
||||||
run: tar -czf target.tar.gz target/release/servo resources
|
run: tar -czf target.tar.gz target/release/servo resources
|
||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: release-binary
|
name: release-binary
|
||||||
path: target.tar.gz
|
path: target.tar.gz
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
--log-servojson wpt-jsonsummary.${{ matrix.chunk_id }}.log \
|
--log-servojson wpt-jsonsummary.${{ matrix.chunk_id }}.log \
|
||||||
--always-succeed
|
--always-succeed
|
||||||
- name: Archive logs
|
- name: Archive logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wpt${{ matrix.chunk_id }}-logs-linux
|
name: wpt${{ matrix.chunk_id }}-logs-linux
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue