Bump actions/upload-artifact from 4 to 5 #10

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/actions/upload-artifact-5 into main 2025-10-24 23:37:15 +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@v4
uses: actions/upload-artifact@v5
with:
name: LoaderSpot_${{ matrix.architecture }}
path: dist/LoaderSpot_${{ matrix.architecture }}.exe