diff --git a/.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml b/.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml index a1efa54..09554ad 100644 --- a/.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml +++ b/.github/workflows/deploy-azure-naming-tool-to-azure-webapps-dotnet-core.yml @@ -80,7 +80,7 @@ jobs: run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.3 with: name: .net-app path: ${{env.DOTNET_ROOT}}/myapp @@ -100,7 +100,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: .net-app