From 4e7a08a8e9ad989d36a9826491b6904df9e6d630 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 10 Dec 2024 18:46:22 -0800 Subject: [PATCH] fix: missed bumping this one --- .github/workflows/CD-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD-dev.yml b/.github/workflows/CD-dev.yml index 55f9c39..80d64eb 100644 --- a/.github/workflows/CD-dev.yml +++ b/.github/workflows/CD-dev.yml @@ -36,7 +36,7 @@ jobs: run: | dotnet pack Deepgram.DevBuild.sln --configuration Release --no-restore --output ./dist -p:Version=${{ steps.get_version.outputs.VERSION }} - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist-${{matrix.dotnet-version}} path: "dist"