diff --git a/.github/workflows/cpp_releaser.yml b/.github/workflows/cpp_releaser.yml index 735c15a..479292d 100644 --- a/.github/workflows/cpp_releaser.yml +++ b/.github/workflows/cpp_releaser.yml @@ -108,12 +108,12 @@ jobs: id: get_version run: 'echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}' - name: Download Windows Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: 'PhotonBox-${GITHUB_REF/refs\/tags\//}-Windows' path: release/Windows - name: Download Linux Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: 'PhotonBox-${GITHUB_REF/refs\/tags\//}-Linux' path: release/Linux