diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f88c7c22e..874b767c37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,7 +169,7 @@ jobs: - name: Download a Coverage Results if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }} - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v6.0.0 with: name: coverage @@ -397,7 +397,7 @@ jobs: - uses: actions/checkout@v4 - name: Download a Release Artifact - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v6.0.0 with: name: release-${{ env.PKG_VERSION }}