diff --git a/.github/workflows/build-develop.yml b/.github/workflows/build-develop.yml index 5b771ad3a..4fc922fcd 100644 --- a/.github/workflows/build-develop.yml +++ b/.github/workflows/build-develop.yml @@ -238,7 +238,7 @@ jobs: uses: actions/checkout@v4 - name: Attach to workspace - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: windows-build @@ -636,7 +636,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: workspace @@ -661,7 +661,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ip @@ -692,7 +692,7 @@ jobs: uses: actions/checkout@v4 - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: terraform path: .github/hosted-runner/amd64/ @@ -914,7 +914,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ip-arm @@ -945,7 +945,7 @@ jobs: uses: actions/checkout@v4 - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: terraform2 path: .github/hosted-runner/arm64/ diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index ceaff2ab4..85f89fefa 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -349,7 +349,7 @@ jobs: uses: actions/checkout@v4 - name: Attach to workspace - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: windows-build @@ -394,7 +394,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: workspace @@ -516,7 +516,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: workspace @@ -634,7 +634,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ip-arm @@ -673,7 +673,7 @@ jobs: uses: actions/checkout@v4 - name: Attach to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: terraform path: .github/hosted-runner/arm64/ diff --git a/.github/workflows/build_debug.yml b/.github/workflows/build_debug.yml index 36823e922..bcae083f4 100644 --- a/.github/workflows/build_debug.yml +++ b/.github/workflows/build_debug.yml @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download to workspace - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pktvisor-artifacts