diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d36ee5f..54c1c09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: dotnet build -c Release - name: Prepare artifacts for release - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Publish path: CharmChanger/bin/Publish