Skip to content

Commit 7873574

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 10a737e commit 7873574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch_fukkan_comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npx playwright install --with-deps
3333
./fukkan_comments.js -b 65317 -p 2 -o output/fukkan_comments_by_github_actions.csv
3434
- name: 生成された CSV ファイルなどをアーカイブする
35-
uses: actions/upload-artifact@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: created-csv-file
3838
path: |

0 commit comments

Comments
 (0)