Skip to content

Commit 346173a

Browse files
authored
fix: Deprecation notice: v3 of the artifact actions (#869)
1 parent 270af62 commit 346173a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integrationTests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Archive logs
116116
if: always()
117117
continue-on-error: true
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: Integration Test Logs - ${{ matrix.it}}
121121
path: |

.github/workflows/unitTests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Archive logs
9797
if: always()
9898
continue-on-error: true
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: Unit Test Logs - Java ${{ matrix.java }}
102102
path: |

0 commit comments

Comments
 (0)