Skip to content

Commit 316ee05

Browse files
authored
Merge pull request #132 from 4drian3d/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2 parents 72a82d3 + 65d92fc commit 316ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max_attempts: 2
2525
command: gradle build
2626
- name: Upload build artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: EpicGuard
3030
path: build/

0 commit comments

Comments
 (0)