Skip to content

Commit

Permalink
bump: upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Sep 28, 2024
1 parent 38d9be9 commit 1a1ee72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: tar -cvf dist-macOS.tar dist_electron

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-macOS
path: dist-macOS.tar
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: tar -cvf dist-linux.tar dist_electron

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-linux
path: dist-linux.tar
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: tar -cvf dist-windows.tar dist_electron

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist-windows
path: dist-windows.tar

0 comments on commit 1a1ee72

Please sign in to comment.