diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index f09d9081a5..646be23448 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -27,10 +27,12 @@ jobs: - name: Download Docker tag artifact if: github.event_name == 'workflow_run' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: docker_tag path: . + run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GIT_PACKAGE_TOKEN }} - name: Determine ref id: determine-ref