Skip to content

Commit d720862

Browse files
Update actions/upload-artifact action to v6
1 parent af6c1b2 commit d720862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
repo-token: ${{ secrets.CI_TOKEN }}
9595
- name: Upload Build Artifacts
9696
if: github.event_name == 'release'
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: AndroidArtifacts
100100
path: |

0 commit comments

Comments
 (0)