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.
1 parent 06f64ab commit a2dfeeeCopy full SHA for a2dfeee
.github/workflows/on_push.yml
@@ -9,13 +9,13 @@ jobs:
9
# uses v3 Stable version
10
# https://github.com/actions/checkout
11
- name: checkout source
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4.2.2
13
# Build Artifacts
14
- name: Build distribution file
15
uses: TechBooster/ReVIEW-build-artifact-action@master
16
# Upload Distribution file
17
- name: Upload distribution file to github artifacts
18
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4.6.1
19
with:
20
name: Output documents
21
path: ./articles/*.pdf
0 commit comments