Update upload-artifact action to use v4

V3 is no longer supported and throws an error on use
This commit is contained in:
Grant Limberg 2025-02-04 15:30:25 -08:00
parent b5c51796b9
commit b736b6835d
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735

View File

@ -44,7 +44,7 @@ jobs:
sudo ./.github/workflows/validate-linux.sh sudo ./.github/workflows/validate-linux.sh
- name: Archive test results - name: Archive test results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ${{github.sha}}-test-results name: ${{github.sha}}-test-results
path: "*test-results*" path: "*test-results*"