Skip to content

Commit c3aaaeb

Browse files
authored
Merge pull request #4369 from traPtitech/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents fd083ee + e1f793c commit c3aaaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
CYPRESS_INSTALL_BINARY: 0
117117
- name: run test:unit
118118
run: npm run test:unit
119-
- uses: actions/upload-artifact@v3
119+
- uses: actions/upload-artifact@v4
120120
with:
121121
name: coverage
122122
path: ./coverage
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- name: checkout
129129
uses: actions/checkout@v4
130-
- uses: actions/download-artifact@v3
130+
- uses: actions/download-artifact@v4.1.7
131131
with:
132132
name: coverage
133133
path: ./coverage
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
CYPRESS_username: ${{ secrets.traQ_username }}
161161
CYPRESS_password: ${{ secrets.traQ_password }}
162-
- uses: actions/upload-artifact@v3
162+
- uses: actions/upload-artifact@v4
163163
with:
164164
name: failed-screenshots
165165
path: ./tests/e2e/screenshots

0 commit comments

Comments
 (0)