Skip to content

Commit c76b07e

Browse files
authored
Merge pull request #93 from cqb13/dependabot/github_actions/actions/upload-artifact-6.0.0
github-actions(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents b577d29 + 20c375e commit c76b07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload Artifact
24-
uses: actions/upload-artifact@v5.0.0
24+
uses: actions/upload-artifact@v6.0.0
2525
with:
2626
name: pull-request-build
2727
path: build/libs/

0 commit comments

Comments
 (0)