Skip to content

Commit 57146b4

Browse files
authored
chore: artifact actions versions update (#189)
1 parent 41d36be commit 57146b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: mvn test
2222
- name: Persist Java tests reports
2323
if: always()
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: Test reports
2727
path: |

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: mvn --batch-mode --update-snapshots test
3131
- name: Persist Java tests reports
3232
if: always()
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: Test reports
3636
path: |

0 commit comments

Comments
 (0)