Skip to content

Commit a0b7ec1

Browse files
authored
Update github upload-artifact actions to v4 (#84)
1 parent 178298f commit a0b7ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew check :ftlModelBuilder:check publish --stacktrace --no-configuration-cache
3636
- name: "Upload build repository"
3737
continue-on-error: true
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: repo
4141
path: AndroidXCI/build/repo

0 commit comments

Comments
 (0)