File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
name : " RoboHelp"
17
17
runs-on : windows-2019
18
18
steps :
19
- - uses : aws-actions/configure-aws-credentials@v3
19
+ - uses : aws-actions/configure-aws-credentials@v4
20
20
with :
21
21
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
22
22
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23
23
aws-region : ${{ secrets.REGION }}
24
24
- name : Enable git long paths to bypass path limit on Windows
25
25
run : git config --system core.longpaths true
26
26
- name : Check out the GMS2_Documentation repo
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
path : Manual
30
30
token : ${{ secrets.GH_TOKEN }}
33
33
shell : cmd
34
34
working-directory : Manual
35
35
- name : Upload robohelp zip file
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : YoYoStudioRoboHelp
39
39
path : output\RoboHelp\*.zip
You can’t perform that action at this time.
0 commit comments