diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ce8f5d9..21fc15c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -265,7 +265,7 @@ jobs: - uses: actions/checkout@v6 - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build @@ -507,7 +507,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build @@ -728,7 +728,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Download build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build