diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cff2d9b..331464d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: run: choco install wixtoolset - name: Fetch Tarball id: fetch - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: netdata-tarball path: src/ @@ -134,7 +134,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch MSI id: fetch - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: netdata-msi - name: Create Release