Skip to content

Commit 552fbfd

Browse files
committed
attempt to update CI to use artifacts v4 for upload
1 parent bb35064 commit 552fbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,14 @@ jobs:
357357
358358
- name: Upload regression summary artifact
359359
# the annotate workflow uses this artifact to add a comment to the PR
360-
uses: actions/upload-artifact@v3
360+
uses: actions/upload-artifact@v4
361361
if : ${{ github.event_name == 'pull_request' }}
362362
with:
363363
name: regression_summary
364364
path: summary.txt
365365

366366
- name: Upload Comparison Results
367-
uses: actions/upload-artifact@v3
367+
uses: actions/upload-artifact@v4
368368
with:
369369
name: regression_test_comparison_results
370370
path: |

0 commit comments

Comments
 (0)