From 273248b075e350dce9bc59aec7614d7e3641d007 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Fri, 15 Mar 2024 22:34:42 +0100 Subject: [PATCH] Fix deprecation messages --- .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 0bafb533..38158b16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: docker-compose run e2e run - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: always() with: name: cypress-output @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: peter-evans/repository-dispatch@v1 + - uses: peter-evans/repository-dispatch@v3 env: REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} if: env.REPO_ACCESS_TOKEN != null