Skip to content

Commit eceda90

Browse files
Merge pull request #726 from xenondevs/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 0f3c546 + df57a78 commit eceda90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload Artifacts
3232
id: upload
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: Artifacts
3636
path: ./artifacts/*.jar

0 commit comments

Comments
 (0)