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 1- name : Build, Run and Analyze fastfetch
1+ name : Manage pushes and pull requests
22
33on :
44 push :
@@ -56,14 +56,14 @@ jobs:
5656
5757 - name : Upload binary
5858 if : github.event_name == 'push'
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v2
6060 with :
6161 name : fastfetch
6262 path : ./fastfetch
6363
6464 - name : Upload deb package
6565 if : github.event_name == 'push'
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v2
6767 with :
6868 name : fastfetch.deb
6969 path : ./packaging/deb/fastfetch.deb
@@ -77,13 +77,13 @@ jobs:
7777 contents : read
7878 steps :
7979 - name : Download binary
80- uses : actions/download-artifact@v3
80+ uses : actions/download-artifact@v2
8181 with :
8282 name : fastfetch
8383 path : ./fastfetch
8484
8585 - name : Download deb package
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v2
8787 with :
8888 name : fastfetch.deb
8989 path : ./fastfetch.deb
You can’t perform that action at this time.
0 commit comments