diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52bbd6719..a0eceb8c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -355,7 +355,7 @@ jobs: # Download the built binaries - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries @@ -458,7 +458,7 @@ jobs: # uses: actions/checkout@v4 # # - name: Download Binaries - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: binaries # @@ -506,7 +506,7 @@ jobs: # uses: actions/checkout@v4 # # - name: Download Binaries - # uses: actions/download-artifact@v3 + # uses: actions/download-artifact@v4 # with: # name: binaries # @@ -564,7 +564,7 @@ jobs: password: ${{ secrets.SCOPECI_TOKEN }} - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index dfc7cda5e..8425f1baf 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -327,7 +327,7 @@ jobs: uses: actions/checkout@v4 - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries @@ -375,7 +375,7 @@ jobs: uses: actions/checkout@v4 - name: Download Binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries