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

This commit is contained in:
Cinder 2025-01-30 07:44:40 -08:00 committed by edshot99
parent 51fe187fbb
commit 882daa8e3d

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