Skip to content

Commit 74440dc

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent e868a1c commit 74440dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ jobs:
9696
9797
- name: Upload JAR artifact
9898
if: steps.env.outputs.env == 'prod'
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v6
100100
with:
101101
name: castle-casters-jar
102102
path: ./artifacts/jar/*.jar
103103
retention-days: 30
104104

105105
- name: Upload coverage report
106106
if: steps.env.outputs.env == 'prod'
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v6
108108
with:
109109
name: coverage-report
110110
path: ./artifacts/coverage

0 commit comments

Comments
 (0)