Skip to content

Commit

Permalink
workflow: update actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Oct 28, 2024
1 parent caf92ca commit 5bad1b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: make dist DEBUG=0 && mv ./customfetch-*.tar.gz ./customfetch.tar.gz

- name: Upload to github artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: customfetch
path: ./customfetch.tar.gz
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: make dist DEBUG=0 GUI_MODE=1 && mv ./customfetch-*.tar.gz ./customfetch-gui.tar.gz

- name: Upload to github artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: customfetch-gui
path: ./customfetch-gui.tar.gz
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
mv ../customfetch_0.9.3-1_amd64.deb ../customfetch_amd64.deb
- name: Upload to github artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: customfetch-deb-pkg
path: /tmp/customfetch-0.9.3.orig/customfetch_amd64.deb
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
mv ../customfetch_0.9.3-1_amd64.deb ../customfetch-gui_amd64.deb
- name: Upload to github artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: customfetch-gui-deb-pkg
path: /tmp/customfetch-0.9.3.orig/customfetch-gui_amd64.deb
Expand Down

0 comments on commit 5bad1b7

Please sign in to comment.