Skip to content

Commit dcf158e

Browse files
chore(deps): update actions/upload-artifact action to v6 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c2ee88 commit dcf158e

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
@@ -40,7 +40,7 @@ jobs:
4040
run: gradle build
4141

4242
- name: Upload Build Artifact
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: Build-Artifacts
4646
path: |

0 commit comments

Comments
 (0)