diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b12358..b5410ce 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@v2.2.4 + uses: actions/upload-artifact@v3.1.1 with: name: ${{matrix.os}} path: './Artefacts'