hash: try to update to actions/upload-artifact@v4
This commit is contained in:
parent
a27e52737e
commit
10cfb4bb95
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: gen hash
|
||||
run: |
|
||||
echo "hash=$(sha256sum accelerated-domains.china.conf)" >> $GITHUB_ENV
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{env.hash}}
|
||||
path: /dev/null
|
||||
|
|
Loading…
Reference in New Issue