From 52e747aec0103345091e8f4e61b9db6a0db9f98c Mon Sep 17 00:00:00 2001 From: Jhett Black <10942655+jhett12321@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:28:58 +0200 Subject: [PATCH] Bump GHA artifact tasks to v4. (#10) --- .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 bc0553c..c2eacc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: dotnet build --configuration Release -p:Version=${{ steps.vars.outputs.version }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Binaries path: bin/Release/ @@ -84,7 +84,7 @@ jobs: dotnet-version: '7.0.x' - name: Download Release Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: Binaries path: bin/Release/