Skip to content

Commit f94f418

Browse files
authored
Merge pull request #23 from OpenLiberty/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 4.3.0 to 4.3.1
2 parents af1f888 + 0ad14c3 commit f94f418

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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
68+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
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)