diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2246e8d..6e3dd91 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -36,7 +36,7 @@ jobs: mv ./dist/main "./ESET-KeyGen_v${{ github.event.inputs.version }}_macos" - name: Upload macOS artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: macos-artifact path: ./ESET-KeyGen_v${{ github.event.inputs.version }}_macos @@ -71,7 +71,7 @@ jobs: Move-Item -Path .\dist\main.exe -Destination "ESET-KeyGen_v${{ github.event.inputs.version }}_win64.exe" - name: Upload Windows artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: windows-artifacts path: |