ci: update download-artifact actions in build workflow

This commit is contained in:
Nicolas Giard 2023-02-22 18:05:09 -05:00 committed by GitHub
parent ce374acc78
commit 25172f1444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}