From f391294e72e4cca2cf9cac166b9fe21db4e15b94 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Thu, 5 Sep 2024 16:04:03 +0100 Subject: [PATCH] up/download-artifact -> v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3c8e4e..3c9d96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) dzil build --in build-dir - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: ./build-dir @@ -89,7 +89,7 @@ jobs: steps: - name: Get dist artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist