diff --git a/.github/workflows/gamici-activation.yml b/.github/workflows/gamici-activation.yml index b7467471..bc3b4cbf 100644 --- a/.github/workflows/gamici-activation.yml +++ b/.github/workflows/gamici-activation.yml @@ -33,7 +33,7 @@ jobs: id: getManualLicenseFile uses: game-ci/unity-request-activation-file@v2 - name: Expose as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ steps.getManualLicenseFile.outputs.filePath }} path: ${{ steps.getManualLicenseFile.outputs.filePath }} \ No newline at end of file