Skip to content

Commit 119d56d

Browse files
authored
Merge pull request #849 from ascopes/dependabot/github_actions/main/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 7d52b20 + e717b64 commit 119d56d

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@v4
67+
uses: actions/upload-artifact@v5
6868
if: always()
6969
with:
7070
name: reports-${{ matrix.java-version }}-${{ matrix.os-name }}

0 commit comments

Comments
 (0)