diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a105dff8..d9cda917 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: run: dotnet cake --target=Pack shell: pwsh - name: 'Publish Artefacts' - uses: actions/upload-artifact@v1.0.0 + uses: actions/upload-artifact@v2.2.3 with: name: ${{matrix.os}} path: './Artefacts'