Skip to content

Commit

Permalink
Update github upload-artifact actions to v4 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnakade authored Sep 16, 2024
1 parent 178298f commit a0b7ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew check :ftlModelBuilder:check publish --stacktrace --no-configuration-cache
- name: "Upload build repository"
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: repo
path: AndroidXCI/build/repo

0 comments on commit a0b7ec1

Please sign in to comment.