Browse Source

Update upload-artifact action to use v4

V3 is no longer supported and throws an error on use
pull/4/head
Grant Limberg 1 year ago
parent
commit
b736b6835d
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735
  1. 2
      .github/workflows/validate.yml

2
.github/workflows/validate.yml

@ -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*"

Loading…
Cancel
Save