Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 9c995ce commit c59cdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
env:
DEPLOYMENT_ENVIRONMENT: production
- name: Cypress のスクリーンショットをアップロードする
uses: actions/[email protected].2
uses: actions/[email protected].3
if: always()
with:
name: cypress_screenshots
path: cypress/screenshots/
- name: Cypress の動画をアップロードする
uses: actions/[email protected].2
uses: actions/[email protected].3
if: always()
with:
name: cypress_videos
Expand Down

0 comments on commit c59cdc5

Please sign in to comment.