Skip to content

Commit 1f40153

Browse files
authored
Merge pull request #42 from BluevaDevelopment/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents f812ae7 + 55dbb3b commit 1f40153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mkdir staging && cp target/*.jar staging
2323
2424
- name: Step 4 - Persist workflow data as artifacts
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: 'BlueCore'
2828
path: staging

0 commit comments

Comments
 (0)