Skip to content

Commit 3dfc02d

Browse files
Merge pull request #167 from cascadiacollections/dependabot/github_actions/actions/upload-artifact-4.0.0
2 parents f2f7dbc + 5181426 commit 3dfc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew build
2626
- name: Bundle (Debug)
2727
run: ./gradlew bundleDebug
28-
- uses: actions/upload-artifact@v3.1.3
28+
- uses: actions/upload-artifact@v4.0.0
2929
with:
3030
name: Package
3131
path: ./build

0 commit comments

Comments
 (0)