Upgrade deprecated github actions (#1673)
* upgrade actions/checkout from v3 to v4 * upgrade actions/upload-artifact from v3 to v4 * upgrade actions/download-artifact from v2 and v3 to v4 * Fix duplicate artifact names in diff.yaml * Fix duplicate artifact names in release_debian10.yaml and release_ubuntu2004.yaml
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Set up repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# Number of commits to fetch. `0` indicates all history for all
|
||||
# branches and tags. (default: 1)
|
||||
|
||||
Reference in New Issue
Block a user