diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index d33edd92b..540378cd7 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -48,7 +48,7 @@ jobs: TEST_LOG_ARTIFACT_DIR: test-logs steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -85,7 +85,7 @@ jobs: ARTIFACT_DIR: windows-binaries steps: - name: Getting Source - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.SOURCE_ARTIFACT }} - name: Extract Archives @@ -126,7 +126,7 @@ jobs: # ARTIFACT_DIR: mac-binaries # steps: # - name: Getting Source - # uses: actions/download-artifact@v1 + # uses: actions/download-artifact@v4.1.7 # with: # name: ${{ env.SOURCE_ARTIFACT }} # - name: Extract Archives