diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 598f070c..215b9271 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: 'windows-latest' - name: 'Dotnet NuGet Add Source' @@ -89,7 +89,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: 'windows-latest' - name: 'Dotnet NuGet Push'