Skip to content

Commit 14e83f0

Browse files
chore(deps): update actions/upload-artifact action to v6 (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e758a92 commit 14e83f0

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)