From 0a265db50e38edcfceea7f71c6e4194ae2d8da10 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 28 Apr 2024 00:06:21 +0300 Subject: [PATCH] Update upload-artifact action version --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 97acbe18..235a6ed0 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload image to artifacts if: ${{ github.event_name == 'workflow_dispatch' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image path: images/clover_*.zip