diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06f4ccd5b..5d230ec7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -459,7 +459,7 @@ jobs: uses: actions/checkout@v2 - name: Download Hets build dir - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: hets-server path: ${{ runner.temp }} @@ -501,7 +501,7 @@ jobs: needs: job_2a steps: - name: Download Hets build dir - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: hets-server path: ${{ runner.temp }} @@ -539,7 +539,7 @@ jobs: needs: job_2a steps: - name: Download Hets build dir - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: hets-server path: ${{ runner.temp }} @@ -575,7 +575,7 @@ jobs: needs: job_2a steps: - name: Download Hets build dir - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: hets-server path: ${{ runner.temp }}