Update to v3 upload artifact

This commit is contained in:
MrTeferi
2022-11-21 20:50:33 -06:00
parent b336519d9b
commit c8222983cc
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: |
poetry run pyinstaller launcher.spec
- name: Upload artifact Windows
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ./dist/${{ matrix.OUTPUT_FILE }}
name: CC Server (${{ matrix.TARGET }})