Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent e0e7bd4 commit 917c90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go install golang.org/x/mobile/cmd/gomobile@latest && gomobile init
- name: Build
run: make build-android
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: android
path: build/android
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: go install golang.org/x/mobile/cmd/gomobile@latest && gomobile init
- name: Build
run: make build-ios
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ios
path: build/ios

0 comments on commit 917c90a

Please sign in to comment.