Skip to content

Commit c7f0337

Browse files
authored
Merge pull request #104 from OpenLiberty/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents dd86d94 + b6a1a19 commit c7f0337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: mvn -B failsafe:verify
6767
- name: Archive Liberty logs
6868
if: ${{ failure() }}
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: liberty-logs
7272
path: target/liberty/wlp/usr/servers/CloudantServer/logs/

0 commit comments

Comments
 (0)