Skip to content

Commit 407ae51

Browse files
authored
Merge pull request #41 from CyberAgentGameEntertainment/fix/update-deprecated-actions
ci: update deprecated actions to v4
2 parents 19afaeb + d55050b commit 407ae51

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/on_push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
# uses v2 Stable version
1111
# https://github.com/actions/checkout
1212
- name: checkout source
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
# Build Artifacts
1515
- name: Build Japanese distribution file
1616
run: ./build-in-docker-epub.sh
1717
# Upload Distribution file
1818
- name: Upload distribution file to github artifacts
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
21-
name: Output documents
21+
name: Output documents (Japanese)
2222
path: ./articles/*.pdf
2323
# Build English artifacts
2424
- name: Build English distribution file
@@ -27,7 +27,7 @@ jobs:
2727
REVIEW_LANG: en
2828
# Upload English distribution file
2929
- name: Upload English distribution file to github artifacts
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
32-
name: Output documents
32+
name: Output documents (English)
3333
path: ./articles/*.pdf

0 commit comments

Comments
 (0)