Skip to content

Commit 415f143

Browse files
committed
Replace deprecated upload-artifact@v3
Update to v4 for upload-artifact/download-artifact.
1 parent 0c99264 commit 415f143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ctest --output-junit test_static.xml ${{ env.COMMON_CTEST_ARGS }}
5151
- name: Upload Test Results
5252
if: always()
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: Test Results Ubuntu
5656
path: |
@@ -98,7 +98,7 @@ jobs:
9898
run: ctest --output-junit test_static.xml ${{ env.COMMON_CTEST_ARGS }}
9999
- name: Upload Test Results
100100
if: always()
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: Test Results macOS
104104
path: |
@@ -204,7 +204,7 @@ jobs:
204204
run: ctest --output-junit test_ninja_static.xml ${{ env.COMMON_CTEST_ARGS }}
205205
- name: Upload Test Results
206206
if: always()
207-
uses: actions/upload-artifact@v3
207+
uses: actions/upload-artifact@v4
208208
with:
209209
name: Test Results MSVC
210210
path: |
@@ -304,7 +304,7 @@ jobs:
304304

305305
steps:
306306
- name: Download Artifacts
307-
uses: actions/download-artifact@v3
307+
uses: actions/download-artifact@v4
308308
with:
309309
path: artifacts
310310
- name: Publish Test Results

0 commit comments

Comments
 (0)