Skip to content

Commit fc7f698

Browse files
authored
Merge pull request #860 from ascopes/dependabot/github_actions/main/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents ffaee24 + 28ab92b commit fc7f698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
token: ${{ secrets.CODECOV_TOKEN }}
6565

6666
- name: Stash reports
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
if: always()
6969
with:
7070
name: reports-${{ matrix.java-version }}-${{ matrix.os-name }}

0 commit comments

Comments
 (0)