ci: update download-artifact actions in build workflow
This commit is contained in:
parent
ce374acc78
commit
25172f1444
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -319,7 +319,7 @@ jobs:
|
|||
|
||||
- name: Download a Coverage Results
|
||||
if: ${{ github.event.inputs.skiptests == 'false' }}
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
uses: actions/download-artifact@v3.0.2
|
||||
with:
|
||||
name: coverage
|
||||
|
||||
|
@ -440,7 +440,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Download a Release Artifact
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
uses: actions/download-artifact@v3.0.2
|
||||
with:
|
||||
name: release-${{ env.PKG_VERSION }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue