diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02567bb72..afb5951ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: - name: Download a Coverage Results if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }} - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: coverage @@ -393,7 +393,7 @@ jobs: - uses: actions/checkout@v4 - name: Download a Release Artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: release-${{ env.PKG_VERSION }}