Skip to content

Commit ecdc1e2

Browse files
authored
Merge pull request #104 from KengoTODA/patch-1
Bump up actions to the latest major release
2 parents f9ae9a0 + 7e80366 commit ecdc1e2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/on_push.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ on: [push]
44

55
jobs:
66
build:
7-
name:
87
runs-on: ubuntu-latest
98
steps:
10-
# uses v2 Stable version
9+
# uses v3 Stable version
1110
# https://github.com/actions/checkout
1211
- name: checkout source
13-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1413
# Build Artifacts
1514
- name: Build distribution file
1615
uses: TechBooster/ReVIEW-build-artifact-action@master
1716
# Upload Distribution file
1817
- name: Upload distribution file to github artifacts
19-
uses: actions/upload-artifact@v2
18+
uses: actions/upload-artifact@v3
2019
with:
2120
name: Output documents
22-
path: ./articles/*.pdf
21+
path: ./articles/*.pdf

0 commit comments

Comments
 (0)