File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments