diff --git a/.github/workflows/auto-review-comment.yml b/.github/workflows/auto-review-comment.yml index e1734255..5e012308 100644 --- a/.github/workflows/auto-review-comment.yml +++ b/.github/workflows/auto-review-comment.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.2.2 - name: Download PR diff from auto review prepare step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: pr-diff path: pr_diff/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6e3313c..fc2dea06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.2.2 - name: Download web assets from test step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: web-client-assets-${{ github.sha }} path: web/ diff --git a/.github/workflows/preview-clean.yml b/.github/workflows/preview-clean.yml index 56ec6c69..23d8a95c 100644 --- a/.github/workflows/preview-clean.yml +++ b/.github/workflows/preview-clean.yml @@ -17,7 +17,7 @@ jobs: REGION: europe-west1 steps: - name: Download PR number from prepare step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: preview-id repository: ${{ github.repository_owner }}/${{ github.event.repository.name }} diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 9310649a..5628089a 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.2.2 - name: Download server from prepare step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: preview-server repository: ${{ github.repository_owner }}/${{ github.event.repository.name }} diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index f2b3f188..5095b9ec 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -78,7 +78,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.2.2 - name: Download web assets from test step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: proxy-build-${{ github.sha }} path: ./ diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 88733404..aca0bba2 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -74,7 +74,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.2.2 - name: Download web assets from test step - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: server-build-${{ github.sha }} path: ./