From 96f0aa6dbfca1730fc77d275a0b49108ed4217b6 Mon Sep 17 00:00:00 2001 From: Dmytro Shcherbonos Date: Mon, 17 Mar 2025 17:36:30 +0200 Subject: [PATCH] using actions/upload-artifact@v4 in GH actions --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0c5cd1b1..b355c7b4 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -47,7 +47,7 @@ jobs: run: ls -l dist - name: Upload builds - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts retention-days: 1