diff --git a/.github/workflows/build-ebooks.yml b/.github/workflows/build-ebooks.yml index 5e6e6a9fa9..674977f5c9 100644 --- a/.github/workflows/build-ebooks.yml +++ b/.github/workflows/build-ebooks.yml @@ -52,7 +52,7 @@ jobs: - name: Create Release if: github.event_name == 'push' id: create_release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.14.0 with: name: Release ${{ steps.vars.outputs.tag }} artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub" @@ -65,7 +65,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Attach PDF and Epub if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wstg-${{ github.event.inputs.version }}-ebooks path: |