Skip to content

Commit

Permalink
Fix deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame authored Mar 15, 2024
1 parent 2e41608 commit 273248b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 273248b

Please sign in to comment.