diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 398b5d07..c1996654 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: 'windows-latest' - name: 'Dotnet NuGet Add Source' @@ -93,7 +93,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: 'windows-latest' - name: 'Dotnet NuGet Push'