diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 477e9f5..c7eac98 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,7 +45,7 @@ jobs: path: recipe - name: Install dpdk-sde - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: ${{ env.SDE_REPOSITORY }} tag: ${{ env.SDE_TAG }} @@ -55,7 +55,7 @@ jobs: rm $SDE_FILENAME - name: Install stratum-deps - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: ${{ env.DEPS_REPOSITORY }} tag: ${{ env.DEPS_TAG }} @@ -91,7 +91,7 @@ jobs: path: recipe - name: Install dpdk-sde - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: ${{ env.SDE_REPOSITORY }} tag: ${{ env.SDE_TAG }} @@ -101,7 +101,7 @@ jobs: rm $SDE_FILENAME - name: Install stratum-deps - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: ${{ env.DEPS_REPOSITORY }} tag: ${{ env.DEPS_TAG }}