Skip to content

Commit 3f3cb1c

Browse files
authored
Merge pull request #36 from OpenLiberty/dependabot/github_actions/actions/upload-artifact-4.3.4
Bump actions/upload-artifact from 4.3.1 to 4.3.4
2 parents c0cd25d + a9c748b commit 3f3cb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload application
6767
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
68-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
68+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6969
with:
7070
name: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}
7171
path: io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}/build/libs/io.openliberty.java.internal_fat_${{ steps.strip.outputs.java-version }}.jar

0 commit comments

Comments
 (0)