parent
7e25c5f014
commit
9a39d9cc97
10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
use-cross: ${{ matrix.cross }}
|
use-cross: ${{ matrix.cross }}
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pfetch-${{ matrix.target }}
|
name: pfetch-${{ matrix.target }}
|
||||||
path: /tmp/${{ matrix.target }}/debug/pfetch
|
path: /tmp/${{ matrix.target }}/debug/pfetch
|
||||||
@ -115,10 +115,10 @@ jobs:
|
|||||||
version: 'v0.10.0'
|
version: 'v0.10.0'
|
||||||
|
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pfetch-x86_64-unknown-linux-gnu
|
name: pfetch-x86_64-unknown-linux-gnu
|
||||||
path: /tmp/
|
path: /tmp/
|
||||||
|
|
||||||
- name: Run render script
|
- name: Run render script
|
||||||
run: sudo chmod +x /tmp/pfetch && cd ./tools/ && ./render_all.sh /tmp/pfetch
|
run: sudo chmod +x /tmp/pfetch && cd ./tools/ && ./render_all.sh /tmp/pfetch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user