Skip to content

Commit

Permalink
[#1457] Update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Oct 9, 2024
1 parent 1a1270e commit 493a8c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: ./gradlew assemble${{ env.BUILD_TYPE }}

- name: Upload Android ${{ env.BUILD_TYPE }} Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
if: github.event_name == 'push' || github.event_name == 'schedule'
with:
name: androidArtifacts
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
run: fastlane build${{ env.BUILD_TYPE }}

- name: Upload iOS Debug Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
if: github.event_name == 'push'
with:
name: iOSArtifacts
Expand All @@ -182,7 +182,7 @@ jobs:
ios/CCC_I.app.dSYM.zip
- name: Upload iOS Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
if: github.event_name == 'schedule'
with:
name: iOSArtifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ jobs:
run: ./gradlew :android:app:bundleRelease :backend:app:jar --parallel

- name: Upload Google App Bundle
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: googleBundle
path: android/app/build/outputs/bundle/googleRelease/app-google-release.aab

- name: Upload Huawei App Bundle
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: huaweiBundle
path: android/app/build/outputs/bundle/huaweiRelease/app-huawei-release.aab

- name: Upload Backend Jar
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: backendJar
path: backend/app/build/libs/app-*.jar
Expand Down

0 comments on commit 493a8c7

Please sign in to comment.