We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e868a1c commit 74440dcCopy full SHA for 74440dc
.github/workflows/ci.yml
@@ -96,15 +96,15 @@ jobs:
96
97
- name: Upload JAR artifact
98
if: steps.env.outputs.env == 'prod'
99
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
100
with:
101
name: castle-casters-jar
102
path: ./artifacts/jar/*.jar
103
retention-days: 30
104
105
- name: Upload coverage report
106
107
108
109
name: coverage-report
110
path: ./artifacts/coverage
0 commit comments