Skip to content

Commit

Permalink
run test:e2eもupload-artifact@v4に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
nokhnaton committed Oct 21, 2024
1 parent 0de3381 commit e1f793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
env:
CYPRESS_username: ${{ secrets.traQ_username }}
CYPRESS_password: ${{ secrets.traQ_password }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: failed-screenshots
path: ./tests/e2e/screenshots
Expand Down

0 comments on commit e1f793c

Please sign in to comment.