[CI] Upgrade to actions/upload-artifact@4 (#871)

This commit is contained in:
Cinder 2025-01-30 07:44:40 -08:00 committed by GitHub
parent 4547da2fa6
commit 9e2396eb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ jobs:
run: $DOCKER_RUN tests run: $DOCKER_RUN tests
- name: Upload Test Results - name: Upload Test Results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: test-results name: test-results