diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c100aa..d635bdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,11 +114,11 @@ jobs: id: version run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT - name: Download IIS bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pesacore-api-iis-${{ steps.version.outputs.VERSION }} - name: Download Linux bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pesacore-api-linux-${{ steps.version.outputs.VERSION }} - name: Generate release notes