diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8b0fe64..00359bc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Download Web Application Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Application @@ -96,7 +96,7 @@ jobs: steps: - name: Download Web Application Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: Application