Skip to content

Commit

Permalink
Revert "chore: use version 4"
Browse files Browse the repository at this point in the history
This reverts commit 1247fbe.
  • Loading branch information
Yamada-Ika committed Jul 27, 2024
1 parent 1247fbe commit cffc4e8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: ./gradlew :app-android:assembleDevDebug --stacktrace

- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: build-outputs
path: app-android/build/outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-app-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: gh-actions
path: gh-actions
- name: Download build outputs (APKs)
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.8
with:
name: build-outputs
path: ~/build-outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-app-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: gh-actions
path: gh-actions
- name: Download build outputs (APKs)
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.8
with:
name: build-outputs
path: ~/build-outputs
Expand Down

0 comments on commit cffc4e8

Please sign in to comment.