Skip to content

Commit 81240b7

Browse files
authored
Update build-php-windows.yml
1 parent 5214ebf commit 81240b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo ("PHPVER=" + $PHPVER) >> $env:GITHUB_ENV
106106
107107
- name: "Deploy cli to self-hosted OSS"
108-
uses: static-php/s3-upload-action@master
108+
uses: static-php/upload-s3-action@v1.0.0
109109
with:
110110
aws_key_id: ${{ secrets.AWS_KEY_ID }}
111111
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -115,7 +115,7 @@ jobs:
115115
endpoint: ${{ secrets.AWS_ENDPOINT }}
116116

117117
- name: "Deploy micro.sfx to self-hosted OSS"
118-
uses: static-php/s3-upload-action@master
118+
uses: static-php/upload-s3-action@v1.0.0
119119
with:
120120
aws_key_id: ${{ secrets.AWS_KEY_ID }}
121121
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)