Skip to content

Commit

Permalink
Merge pull request #4369 from traPtitech/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
nokhnaton authored Oct 21, 2024
2 parents fd083ee + e1f793c commit c3aaaeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
CYPRESS_INSTALL_BINARY: 0
- name: run test:unit
run: npm run test:unit
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage
path: ./coverage
Expand All @@ -127,7 +127,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: coverage
path: ./coverage
Expand Down 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 c3aaaeb

Please sign in to comment.