Skip to content

Commit c03804a

Browse files
Bump actions/upload-artifact from 6 to 7 (#449)
1 parent 5df534a commit c03804a

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
@@ -37,7 +37,7 @@ jobs:
3737
run: sbt -v compileDocumentation
3838
- name: Test
3939
run: sbt -v test
40-
- uses: actions/upload-artifact@v6 # upload test results
40+
- uses: actions/upload-artifact@v7 # upload test results
4141
if: success() || failure() # run this step even if previous step failed
4242
with:
4343
name: 'tests-results-java-21'

0 commit comments

Comments
 (0)