Skip to content

Commit 6b841a4

Browse files
committed
ci: upgrade upload-artifact action to v4
1 parent a3e3adf commit 6b841a4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ jobs:
6060

6161
- name: Upload test logs
6262
if: ${{ always() }}
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: testing-shl-${{ matrix.build_single_header }}
6666
path: ${{github.workspace}}/build/Testing
6767

6868
- name: Upload coverage
6969
if: ${{ matrix.build_single_header == 'OFF' }}
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: coverage
7373
path: ${{github.workspace}}/build/coverage_xml.xml
7474

7575
- name: Upload generated header
7676
if: ${{ matrix.build_single_header == 'ON' }}
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: single-header
8080
path: ${{github.workspace}}/lib/shl/embedded_cli.h
@@ -136,13 +136,13 @@ jobs:
136136

137137
- name: Upload test logs
138138
if: ${{ always() }}
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v4
140140
with:
141141
name: testing-win-${{ matrix.arch }}
142142
path: ${{github.workspace}}/build/Testing
143143

144144
- name: Upload windows examples
145-
uses: actions/upload-artifact@v3
145+
uses: actions/upload-artifact@v4
146146
with:
147147
name: windows-example-${{ matrix.arch }}
148148
path: ${{github.workspace}}/build/examples/win32-example/Release/embedded_cli_win32.exe
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Upload test logs
174174
if: ${{ always() }}
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: testing-mac
178178
path: ${{github.workspace}}/build/Testing

0 commit comments

Comments
 (0)