diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 0ae91e69..f78f35f8 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -368,7 +368,7 @@ jobs: mv ${file_name} ../../${file_name} echo "Zip FileName: ${file_name}" - name: Upload Zip artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v5 with: name: VRCX-Zip path: 'VRCX_${{ needs.set_version.outputs.version }}.zip'