Update github workflows (#1975)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
run: mkdir artifact
|
||||
working-directory: ./
|
||||
|
||||
- uses: dawidd6/action-download-artifact@v2
|
||||
- uses: dawidd6/action-download-artifact@v6
|
||||
id: download-artifact
|
||||
with:
|
||||
workflow: build-uc2.yml
|
||||
|
||||
Reference in New Issue
Block a user