We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a737e commit 7873574Copy full SHA for 7873574
.github/workflows/fetch_fukkan_comments.yml
@@ -32,7 +32,7 @@ jobs:
32
npx playwright install --with-deps
33
./fukkan_comments.js -b 65317 -p 2 -o output/fukkan_comments_by_github_actions.csv
34
- name: 生成された CSV ファイルなどをアーカイブする
35
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
36
with:
37
name: created-csv-file
38
path: |
0 commit comments