Skip to content

Commit

Permalink
Change upload-artifact version to a hopefully working ver 🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyscripts authored Feb 2, 2025
1 parent d4b14bc commit b8ccd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
args: --onefile --hidden-import=faker --hidden-import=pypresence --add-data=data/*:data/ --add-data=data/fonts/*:data/fonts/ main.py

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-executable
path: dist/
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
args: --onefile --hidden-import=faker --hidden-import=pypresence --add-data=data/*:data/ --add-data=data/fonts/*:data/fonts/ main.py

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mac-binary
path: dist/
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
args: --onefile --hidden-import=faker --hidden-import=pypresence --add-data=data/*:data/ --add-data=data/fonts/*:data/fonts/ main.py

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-binary
path: dist/

0 comments on commit b8ccd5f

Please sign in to comment.