diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5be2cb8..d4fad09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: Build on: push: @@ -50,7 +50,7 @@ jobs: run: dotnet cake --target=Pack shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{matrix.os}} path: "./Artefacts"