Bump actions/upload-artifact from 3 to 4 #4

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/actions/upload-artifact-4 into main 2024-11-09 04:04:19 +00:00

View file

@ -31,7 +31,7 @@ jobs:
pyinstaller --onefile --clean --name LoaderSpot_${{ matrix.architecture }} LoaderSpot.py
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: LoaderSpot_${{ matrix.architecture }}
path: dist/LoaderSpot_${{ matrix.architecture }}.exe