diff --git a/.github/workflows/npm-cd.yml b/.github/workflows/npm-cd.yml index b22e400..d603dd3 100644 --- a/.github/workflows/npm-cd.yml +++ b/.github/workflows/npm-cd.yml @@ -38,7 +38,7 @@ jobs: with: node-version: 18.x registry-url: https://registry.npmjs.org - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: NPM path: npm diff --git a/.github/workflows/nuget-cd.yml b/.github/workflows/nuget-cd.yml index f2fc17d..f08f692 100644 --- a/.github/workflows/nuget-cd.yml +++ b/.github/workflows/nuget-cd.yml @@ -54,7 +54,7 @@ jobs: with: dotnet-version: 8.0.x # - run: dotnet nuget add source --username DavidVollmers --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github https://nuget.pkg.github.com/DavidVollmers/index.json - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: NuGet path: ./nuget