ci: fix render workflow failing

closes #71
This commit is contained in:
Adrian Groh 2025-01-23 12:55:19 +01:00
parent 7e25c5f014
commit 9a39d9cc97
Signed by: Gobidev
GPG Key ID: 3AA3153E98B0D771

View File

@ -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,7 +115,7 @@ 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/