Skip to content

Commit

Permalink
Fix github CI action (#1399)
Browse files Browse the repository at this point in the history
Github deprecated v2 of their upload-artifact action. This updates
ours to v4.
  • Loading branch information
schroerbrian authored Nov 18, 2024
1 parent 9a210ec commit 93d95ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: yarn cypress run
- if: always()
run: docker compose -f docker-compose.test.yml logs -t # Output all docker logs from API and frontend to help debugging after the fact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: E2E screenshot(s) and video(s)
Expand Down

0 comments on commit 93d95ed

Please sign in to comment.