Skip to content

Commit d998e8c

Browse files
committed
fixing lts builds
1 parent 147afbc commit d998e8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
name: "RoboHelp"
1717
runs-on: windows-2019
1818
steps:
19-
- uses: aws-actions/configure-aws-credentials@v3
19+
- uses: aws-actions/configure-aws-credentials@v4
2020
with:
2121
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2222
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2323
aws-region: ${{ secrets.REGION }}
2424
- name: Enable git long paths to bypass path limit on Windows
2525
run: git config --system core.longpaths true
2626
- name: Check out the GMS2_Documentation repo
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
path: Manual
3030
token: ${{ secrets.GH_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
3333
shell: cmd
3434
working-directory: Manual
3535
- name: Upload robohelp zip file
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: YoYoStudioRoboHelp
3939
path: output\RoboHelp\*.zip

0 commit comments

Comments
 (0)