From 70f661c2dace30fcb143bd83f8b5ec2d47319e36 Mon Sep 17 00:00:00 2001 From: Jakub Recman Date: Thu, 12 Mar 2026 16:51:03 +0100 Subject: [PATCH] ci: migrate ecmwf-actions references to ecmwf --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 341f3f2..5584b89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Install Dependencies id: install-dependencies - uses: ecmwf-actions/build-package@v2 + uses: ecmwf/build-package@v2 with: self_build: false dependencies: | @@ -238,7 +238,7 @@ jobs: if: always() && github.ref == 'refs/heads/master' steps: - name: Notify Teams - uses: ecmwf-actions/notify-teams@v1 + uses: ecmwf/notify-teams@v1 with: incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }} needs_context: ${{ toJSON(needs) }}