diff --git a/.github/workflows/contract-deployment.yml b/.github/workflows/contract-deployment.yml index 9ecac29..a355fd9 100644 --- a/.github/workflows/contract-deployment.yml +++ b/.github/workflows/contract-deployment.yml @@ -122,7 +122,7 @@ jobs: - uses: actions/checkout@v4 - name: Download WASM artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: contract-wasm path: ./artifacts @@ -191,7 +191,7 @@ jobs: - uses: actions/checkout@v4 - name: Download WASM artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: contract-wasm path: ./artifacts @@ -260,7 +260,7 @@ jobs: - uses: actions/checkout@v4 - name: Download WASM artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: contract-wasm path: ./artifacts diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e9b7fbe..be57457 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -194,7 +194,7 @@ jobs: esac - name: Download plan - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: tfplan-${{ matrix.environment }} path: infrastructure/terraform diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 4c2a602..b84810e 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -277,7 +277,7 @@ jobs: fetch-depth: 0 - name: Download current results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: performance-reports path: performance/backend/reports/ @@ -345,7 +345,7 @@ jobs: uses: actions/checkout@v4 - name: Download performance results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: performance-reports path: performance/backend/reports/