diff --git a/.github/workflows/web-app.yml b/.github/workflows/web-app.yml index 33e4e9864..79acfb486 100644 --- a/.github/workflows/web-app.yml +++ b/.github/workflows/web-app.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: .net-app