From e831c2b8265fde9a1c52461eff97c1a078ec2327 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 28 May 2024 20:42:34 +0200 Subject: [PATCH] Updates to v4 --- .github/workflows/editors-draft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/editors-draft.yml b/.github/workflows/editors-draft.yml index 8fadc847c..4dd8a4be5 100644 --- a/.github/workflows/editors-draft.yml +++ b/.github/workflows/editors-draft.yml @@ -23,7 +23,7 @@ jobs: BUILD_FAIL_ON: nothing ARTIFACT_NAME: 'core-aam' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: core-aam path: core-aam.zip @@ -41,7 +41,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: core-aam path: core-aam.zip