Skip to content

Commit 1e12221

Browse files
authored
Merge pull request #33 from LMFS-Org/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents 495ad15 + ebf30a3 commit 1e12221

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: gradle/gradle-build-action@v3.5.0
2525
with:
2626
arguments: build
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
name: LMFSBox
3030
path: build/libs/

0 commit comments

Comments
 (0)