From b46912909f95b6b848ed43d8c234378759374097 Mon Sep 17 00:00:00 2001 From: codedoneright-eu <61863034+codedoneright-eu@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:05:05 +0200 Subject: [PATCH] Small workflow fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0ec4c0..fded3ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: BSData/check-datafiles@v1 id: check - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: artifact path: ${{ steps.check.outputs.staging-path }}