Skip to content

Commit 1ff4435

Browse files
committed
Update github upload-artifact actions to v4
1 parent 178298f commit 1ff4435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)