Skip to content

Commit

Permalink
Merge pull request #963 from frappe/bump-actions
Browse files Browse the repository at this point in the history
bump: upload-artifact
  • Loading branch information
akshayitzme authored Sep 28, 2024
2 parents 38d9be9 + 1a1ee72 commit 73b58d8
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 73b58d8

Please sign in to comment.