diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ddf1fae18a..3d993ce2f0 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -99,6 +99,6 @@ jobs: asana_dsyms_path="${{ github.workspace }}/DuckDuckGo-Alpha-${{ env.app_version }}(${{ env.build_version }})-dSYM.zip" mv -f "${{ env.dsyms_path }}" "$asana_dsyms_path" - curl -s "https://app.asana.com/0/0/1205344386326139/f/attachments" \ + curl -s "https://app.asana.com/api/1.0/tasks/1205344386326139/attachments" \ -H "Authorization: Bearer ${{ secrets.ASANA_ACCESS_TOKEN }}" \ --form "file=@${asana_dsyms_path};type=application/zip"