Skip to content

Commit e08cb24

Browse files
First Release? v8
1 parent bfbaecb commit e08cb24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Run and Analyze fastfetch
1+
name: Manage pushes and pull requests
22

33
on:
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

0 commit comments

Comments
 (0)