Skip to content

Commit fd9d897

Browse files
authored
Merge pull request #13 from apimatic/Arqamz-patch-1
Fix broken version in DeployStaticPortal.yml
2 parents f1306d4 + cdaacff commit fd9d897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DeployStaticPortal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v4.0
63+
uses: actions/upload-artifact@v4
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@v4.0
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: error
7979
path: error

0 commit comments

Comments
 (0)