From 1abbe3a40089d593996131ecfa6cfa111297175c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:15:44 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v4 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0933bd3..1be2e90 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: shell: bash - name: Upload jar id: create_release - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pps-pvzlike path: target/scala-3.2.0/*.jar @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: Build LaTeX report uses: xu-cheng/latex-action@v2 with: