diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 79359a7..0eb3c0d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -53,7 +53,7 @@ jobs: directory: ./artifacts/ - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dotnet-artifacts path: ./artifacts.zip