Skip to content

Commit

Permalink
Tests are failing with `This request has been automatically failed be…
Browse files Browse the repository at this point in the history
…cause it uses a deprecated version of `actions/upload-artifact: v2`
  • Loading branch information
escopecz committed Sep 18, 2024
1 parent 2a8c988 commit 9506c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

- name: Upload logs as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: mautic-logs
Expand Down

0 comments on commit 9506c09

Please sign in to comment.