Update upload-artifact action to v4

v3 has been deprecated and now throws an error when use is attempted
This commit is contained in:
Grant Limberg 2025-02-04 15:28:48 -08:00
commit e8ccae0ec7
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
- name: Archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{github.sha}}-test-results
path: "*test-results*"