From 2debdd7942df321c0710a1ae41b55a8eedd93140 Mon Sep 17 00:00:00 2001 From: ComputerGenie <21057518+TheComputerGenie@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:51:00 -0500 Subject: [PATCH] Update pr-to-dev.yml update action versions `kittaakos/upload-artifact-as-is` has been archived since 2021 and needs changed (likely to `actions/upload-artifact@v4`) --- .github/workflows/pr-to-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-to-dev.yml b/.github/workflows/pr-to-dev.yml index 5767ac0c..d99af4ec 100644 --- a/.github/workflows/pr-to-dev.yml +++ b/.github/workflows/pr-to-dev.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 16 cache: yarn