Skip to content

Commit 9207b4b

Browse files
committed
Update upload-artifacts workflow to v5
1 parent ed30007 commit 9207b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
shell: cmd
3838
if: matrix.os == 'windows-latest'
3939
- name: Upload Failed Test Report
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v5
4141
if: failure()
4242
with:
4343
name: Failed Test Report
4444
path: integration/target/surefire-reports
4545
- name: Upload Coverage
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v5
4747
if: matrix.os == 'ubuntu-latest'
4848
with:
4949
name: Coverage Report ${{ matrix.os }}

0 commit comments

Comments
 (0)