Skip to content

Commit

Permalink
Updated upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-iva-nedeleva committed Sep 30, 2024
1 parent 151ea78 commit e5e17e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-amazon-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"
- run: echo "Build status report=${{ job.status }}."
- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pia-output
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-playstore-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
keyPassword: ${{ secrets.SIGNING_PLAYSTORE_KEY_PASSWORD }}
- run: echo "Build status report=${{ job.status }}."
- name: Upload App Bundle
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pia-output
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-website-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"
- run: echo "Build status report=${{ job.status }}."
- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pia-output
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
Expand Down

0 comments on commit e5e17e1

Please sign in to comment.