Skip to content

Commit 9a39d9c

Browse files
committed
ci: fix render workflow failing
closes #71
1 parent 7e25c5f commit 9a39d9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v4
6060

6161
- name: Bootstrap
6262
uses: actions-rs/toolchain@v1
@@ -88,7 +88,7 @@ jobs:
8888
use-cross: ${{ matrix.cross }}
8989

9090
- name: Upload Artifact
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: pfetch-${{ matrix.target }}
9494
path: /tmp/${{ matrix.target }}/debug/pfetch
@@ -115,10 +115,10 @@ jobs:
115115
version: 'v0.10.0'
116116

117117
- name: Download Artifact
118-
uses: actions/download-artifact@v2
118+
uses: actions/download-artifact@v4
119119
with:
120-
name: pfetch-x86_64-unknown-linux-gnu
121-
path: /tmp/
120+
name: pfetch-x86_64-unknown-linux-gnu
121+
path: /tmp/
122122

123123
- name: Run render script
124124
run: sudo chmod +x /tmp/pfetch && cd ./tools/ && ./render_all.sh /tmp/pfetch

0 commit comments

Comments
 (0)