From 850a0d72743f1a3cd656b86b01dd6f87daac6ad5 Mon Sep 17 00:00:00 2001 From: automation-uz Date: Thu, 14 Nov 2024 13:51:36 +0000 Subject: [PATCH] Bump the versions of actions/upload-artifact and actions/download-artifact dependencies --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f664c5a4e..65df414a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: branch: ${{ github.head_ref }} - name: Upload build assets - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-assets path: dist @@ -86,7 +86,7 @@ jobs: fetch-depth: 0 - name: Download build assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-assets