diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0759c7a..d5d38de 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 Artifacts" - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.3 with: name: NuGets path: "./Artifacts"