Skip to content

Commit a2dfeee

Browse files
authored
Update on_push.yml
Replace deprecated Actions version
1 parent 06f64ab commit a2dfeee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
# uses v3 Stable version
1010
# https://github.com/actions/checkout
1111
- name: checkout source
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4.2.2
1313
# Build Artifacts
1414
- name: Build distribution file
1515
uses: TechBooster/ReVIEW-build-artifact-action@master
1616
# Upload Distribution file
1717
- name: Upload distribution file to github artifacts
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4.6.1
1919
with:
2020
name: Output documents
2121
path: ./articles/*.pdf

0 commit comments

Comments
 (0)