Skip to content

Commit 01b726d

Browse files
authored
Merge pull request #53 from OpenLiberty/0aa9dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 94a2ec8 + 6e6d010 commit 01b726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: mvn -B failsafe:verify
5959
- name: Archive Liberty logs
6060
if: ${{ failure() }}
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: liberty-logs
6464
path: target/liberty/wlp/usr/servers/JakartaDataServer/logs/

0 commit comments

Comments
 (0)