diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ba25ff55e..09e7d53263 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: - name: Download a Coverage Results if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }} - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: coverage @@ -385,7 +385,7 @@ jobs: - uses: actions/checkout@v4 - name: Download a Release Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: release-${{ env.PKG_VERSION }} @@ -421,7 +421,7 @@ jobs: steps: - name: Download a Release Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: release-${{ env.PKG_VERSION }} path: /a/www/ietf-datatracker/main.dev.${{ github.run_number }}