We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ae9a0 + 7e80366 commit ecdc1e2Copy full SHA for ecdc1e2
.github/workflows/on_push.yml
@@ -4,19 +4,18 @@ on: [push]
4
5
jobs:
6
build:
7
- name:
8
runs-on: ubuntu-latest
9
steps:
10
- # uses v2 Stable version
+ # uses v3 Stable version
11
# https://github.com/actions/checkout
12
- name: checkout source
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
# Build Artifacts
15
- name: Build distribution file
16
uses: TechBooster/ReVIEW-build-artifact-action@master
17
# Upload Distribution file
18
- name: Upload distribution file to github artifacts
19
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
20
with:
21
name: Output documents
22
- path: ./articles/*.pdf
+ path: ./articles/*.pdf
0 commit comments