diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index b553fd7d..2835b35e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -147,12 +147,12 @@ jobs: mv ${file_name} ../../${file_name} echo "Zip FileName: ${file_name}" - name: Upload Setup artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: VRCX-Setup path: 'VRCX_${{ needs.set_version.outputs.version }}_Setup.exe' - name: Upload Zip artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: VRCX-Zip path: 'VRCX_${{ needs.set_version.outputs.version }}.zip'