Skip to content

Commit f1306d4

Browse files
authored
Merge pull request #12 from apimatic/update-versions
Update versions for github action dependencies
2 parents 76c5386 + ed79ce3 commit f1306d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/DeployStaticPortal.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- master
88

99
jobs:
1010
generate-portal:
1111
runs-on: ubuntu-latest
1212

1313
steps:
1414

15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
name : checkout-repo
1717
id: checkout-repo
1818

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Deploy to Netlify
4545
if: ${{steps.generate-portal.outputs.HTTP_CODE == '200'}}
46-
uses: nwtgck/actions-netlify@v2.0
46+
uses: nwtgck/actions-netlify@v3.0
4747
with:
4848
publish-dir: './static-portal'
4949
production-branch: master
@@ -60,7 +60,7 @@ jobs:
6060
# Upload Portal Artifact
6161
- name: Upload Artifact
6262
if: ${{steps.generate-portal.outputs.HTTP_CODE == '200' }}
63-
uses: actions/upload-artifact@v3.1.1
63+
uses: actions/upload-artifact@v4.0
6464
with:
6565
name: static-portal
6666
path: static-portal
@@ -73,7 +73,7 @@ jobs:
7373
# Upload error.zip if error code is 422 with a zip file
7474
- name: Upload error.zip
7575
if: ${{steps.generate-portal.outputs.HTTP_CODE == '422' && steps.generate-portal.outputs.CONTENT_TYPE == 'application/zip'}}
76-
uses: actions/upload-artifact@v3.1.1
76+
uses: actions/upload-artifact@v4.0
7777
with:
7878
name: error
7979
path: error

0 commit comments

Comments
 (0)