mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-12 23:44:09 +00:00
Update upload-artifact action to use v4
V3 is no longer supported and throws an error on use
This commit is contained in:
parent
b5c51796b9
commit
b736b6835d
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -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…
x
Reference in New Issue
Block a user