diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c618e3..303ef1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: run: dotnet cake --target=Pack shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.1.0 with: name: ${{matrix.os}} path: "./Artefacts"