Skip to content

Commit f52b785

Browse files
authored
Merge pull request #1027 from revelc/dependabot/github_actions/github-actions-674967a53d
Bump actions/upload-artifact from 6 to 7 in the github-actions group
2 parents df5c29d + 08a5e01 commit f52b785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
MAVEN_OPTS: -Djansi.force=true
3333
- name: View IT build log on failure
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
if: ${{ failure() }}
3636
with:
3737
name: build-logs-java-${{ matrix.java }}-os-${{ matrix.os }}

0 commit comments

Comments
 (0)