Skip to content

Commit

Permalink
ci: use upload-artifact v4 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed Jul 17, 2024
1 parent a7350c8 commit 99070f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ jobs:
exit $(docker wait playwright-test)
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: integration-videos
Expand All @@ -877,7 +877,7 @@ jobs:
run: docker compose logs > container-logs
if: always()

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: integration-container-logs
Expand Down

0 comments on commit 99070f3

Please sign in to comment.