diff --git a/.github/workflows/master-pull-request-merge-reaction.yml b/.github/workflows/master-pull-request-merge-reaction.yml index f8f44884..7bd03b09 100644 --- a/.github/workflows/master-pull-request-merge-reaction.yml +++ b/.github/workflows/master-pull-request-merge-reaction.yml @@ -82,7 +82,7 @@ jobs: path: ${{ env.doc_artifact_path }}/doc/html - name: Deploy pages artifact id: page-deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 create-release: name: Create GitHub release @@ -105,7 +105,7 @@ jobs: 7z a "${{ env.zips_path }}/${name}.zip" "${path}/*" } - name: Generate release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "Qx Release v${{ needs.tag_master_and_sync_dev.outputs.new_version }}" tag_name: "v${{ needs.tag_master_and_sync_dev.outputs.new_version }}"