Skip to content

Commit 1cb8029

Browse files
committed
upgrading upload-artifact to use v4
1 parent 7540474 commit 1cb8029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171
run: find . -type d -name '*-reports' -o -name "*.log" | tar -czf test-reports-apitest.tgz -T -
7272
- name: Upload failure Archive (if maven failed)
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4
7474
if: failure()
7575
with:
7676
name: test-reports-apitest
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
run: find . -type d -name '*-reports' -o -name "*.log" | tar -czf test-reports-${{ matrix.runtime }}.tgz -T -
128128
- name: Upload failure Archive (if maven failed)
129-
uses: actions/upload-artifact@v2
129+
uses: actions/upload-artifact@v4
130130
if: failure()
131131
with:
132132
name: test-reports-${{ matrix.runtime }}

0 commit comments

Comments
 (0)