diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 93504b5..5cd9f18 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download pulumi output - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: pulumi-output - name: Assign pulumi output to env variables