diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 935c510..6b940b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: run: dotnet build ChatTwo/ChatTwo.csproj --configuration Release --no-restore - name: Upload build output - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: HellionChat-build-${{ github.run_number }} path: ChatTwo/bin/Release/**/HellionChat/**